Skip to content
Snippets Groups Projects
Commit 28242602 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Revert "Merge branch 'feature/fix-script-dir' into 'master'"

This reverts merge request !135
parent 053ea6ec
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ function(dune_module_path)
# Set the requested paths for the cmake script path
if(PATH_SCRIPT_DIR)
set(IF_CURRENT_MOD ${CMAKE_SOURCE_DIR}/cmake/scripts)
set(IF_NOT_CURRENT_MOD ${${PATH_MODULE}_PREFIX}/cmake/scripts)
set(IF_NOT_CURRENT_MOD ${${PATH_MODULE}_SCRIPT_DIR})
endif()
# Set the requested paths for the build directory
......
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