Skip to content
Snippets Groups Projects
Commit d9f67704 authored by Christian Engwer's avatar Christian Engwer
Browse files

[cmake] define HAVE_{module} flags to check during cmake

parent 7ef818d5
No related branches found
No related tags found
1 merge request!1074Fix python meta data generation
......@@ -261,6 +261,8 @@ macro(find_dune_package module)
endif()
endif()
set(DUNE_${module}_FOUND ${${module}_FOUND})
dune_module_to_uppercase(_upper_case "${module}")
set(HAVE_${_upper_case} "${${module}_FOUND}") # need for example for the python meta data...
endmacro(find_dune_package module)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment