Skip to content

Only enable pythonbindings if DUNE_ENABLE_PYTHONBINDINGS is true

Simon Praetorius requested to merge issue/cmake-default-python-bindings into master

Summary

That the dune python bindings are enabled by default after release 2.8 does not mean it has to be enabled always. The user should still be able to deactivate the python bindings by setting the option -DDUNE_ENABLE_PYTHONBINDING=0 or it is deactivated if some requirements cannot be fulfilled.

Merge request reports