Skip to content
Snippets Groups Projects
Commit f5ccd707 authored by Dominic Kempf's avatar Dominic Kempf Committed by Carsten Gräser
Browse files

Merge remote-tracking branch 'origin/feature/FS1686-correctly-remove-initial-dune-common-path'


(cherry picked from commit 2b2d7f92)
Signed-off-by: default avatarCarsten Gräser <graeser@dune-project.org>
parent 3b4ec0fe
No related branches found
No related tags found
1 merge request!2512017-05 merge of upstream repository
......@@ -422,9 +422,9 @@ macro(dune_create_dependency_leafs depends depends_versions suggests suggests_ve
endmacro(dune_create_dependency_leafs)
macro(dune_create_dependency_tree)
if(${dune-common_MODULE_PATH})
list(REMOVE_ITEM CMAKE_MODULE_PATH ${dune-common_MODULE_PATH})
endif(${dune-common_MODULE_PATH})
if(dune-common_MODULE_PATH)
list(REMOVE_ITEM CMAKE_MODULE_PATH "${dune-common_MODULE_PATH}")
endif(dune-common_MODULE_PATH)
list(FIND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake/modules start)
set(ALL_DEPENDENCIES "")
if(${ProjectName}_DEPENDS_MODULE OR ${ProjectName}_SUGGESTS_MODULE)
......
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