Skip to content
Snippets Groups Projects
Commit 7863c3ea authored by Samuel Burbulla's avatar Samuel Burbulla Committed by Andreas Dedner
Browse files

Add logger info when configuring dune-py.

parent 7a3091ec
Branches
Tags
1 merge request!932Merge of small MRs that make changes to the Python bindings
......@@ -400,6 +400,7 @@ def build_dune_py_module(dune_py_dir=None, cmake_args=None, build_args=None, bui
else:
prefix[name] = default_build_dir(dir, name, builddir)
logger.info('Configuring dune-py module in ' + dune_py_dir)
output = configure_module(dune_py_dir, dune_py_dir, {d: prefix[d] for d in deps}, cmake_args)
output += build_module(dune_py_dir, build_args)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment