Skip to content
Snippets Groups Projects
Commit e4274d9c authored by Simon Praetorius's avatar Simon Praetorius Committed by Andreas Dedner
Browse files

set correct cmake dir in module.py for installed dune modules

parent 01515ab7
Branches
Tags
1 merge request!932Merge of small MRs that make changes to the Python bindings
......@@ -416,7 +416,7 @@ def build_dune_py_module(dune_py_dir=None, cmake_args=None, build_args=None, bui
prefix = {}
for name, dir in dirs.items():
if is_installed(dir, name):
prefix[name] = get_prefix(name)
prefix[name] = os.path.join(get_prefix(name),'lib','cmake',name)
else:
prefix[name] = default_build_dir(dir, name, builddir)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment