Skip to content

[cmake][bugfix] Only call python macros if dune-python was found

Dominic Kempf requested to merge feature/guard-cmake-python-macros into master

dune-alugrid currently only sugggests dune-python, but uses CMake functionality provided by dune-python unconditionally. The patch guards those calls with the correct cmake variable.

Merge request reports