From 80a91741d119eba20a9067aa712487d12d8973ee Mon Sep 17 00:00:00 2001 From: Felix Schindler <felix.schindler@wwu.de> Date: Fri, 17 Apr 2015 17:44:25 +0200 Subject: [PATCH] [cmake] add module dir from dune-stuff --- CMakeLists.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 23a8a82d8..cf71f431d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,8 +15,10 @@ set( ENV{PKG_CONFIG_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/../local/lib/pkgconfig:$E # find dune-common and set the module path find_package(dune-common) -list(APPEND CMAKE_MODULE_PATH ${dune-common_MODULE_PATH} - "${CMAKE_SOURCE_DIR}/cmake/modules") +list(APPEND CMAKE_MODULE_PATH + ${dune-common_MODULE_PATH} + "${CMAKE_SOURCE_DIR}/../dune-stuff/cmake/modules" + "${CMAKE_SOURCE_DIR}/cmake/modules") #include the dune macros include(DuneMacros) -- GitLab