Skip to content
Snippets Groups Projects
Commit 491b73f9 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[CMake] Make CPack usable from all dune modules.

parent 7664adbc
Branches
Tags
No related merge requests found
......@@ -28,4 +28,3 @@ add_subdirectory("cmake/scripts")
# finalize the dune project, e.g. generating config.h etc.
finalize_dune_project()
include(CPack)
......@@ -640,6 +640,8 @@ macro(finalize_dune_project)
test_dep()
include(CPack)
include(FeatureSummary)
feature_summary(WHAT ALL)
endmacro(finalize_dune_project)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment