Skip to content

Fix python meta data generation

Christian Engwer requested to merge fix-python-meta-data-generation into master

Summary

Several smaller changes to improve python meta data handling, see dune-grid#141 (closed).

Main changes

  • Move set(<module>_FOUND 1) to the end of dune_project()
  • Add set(HAVE_<MODULE> 1) at the end of find_dune_project() to provide the "dune-way" of indicating found packages
  • Collect all HAVE_<MODULE> flags for all dependencies in the python _cmake_flags variable
Edited by Simon Praetorius

Merge request reports