Skip to content
Snippets Groups Projects
Commit ad9cf223 authored by Andreas Buhr's avatar Andreas Buhr Committed by Christian Engwer
Browse files

fix duneproject to create working CMakeLists.txt

parent 6aadd264
No related branches found
No related tags found
No related merge requests found
......@@ -470,8 +470,8 @@ project($PROJECT CXX)
#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}
"\${PROJECT_SOURCE_DIR}/cmake/modules")
#include the dune macros
include(DuneMacros)
......
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