Skip to content
Snippets Groups Projects
Commit 5039134c authored by Markus Blatt's avatar Markus Blatt
Browse files

[cmake,bugfix] Fixes requiredness of module

Previously, dependencies were not correctly searched for as
required packages. This patch fixes this.
parent 64c80e41
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ if(NOT (dune-common_DIR OR dune-common_ROOT OR
endif()
#find dune-common and set the module path
find_package(dune-common)
find_package(dune-common REQUIRED)
list(APPEND CMAKE_MODULE_PATH ${dune-common_MODULE_PATH}
"${PROJECT_SOURCE_DIR}/cmake/modules")
......
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