summaryrefslogtreecommitdiff
path: root/cmake/IdeSplitSources.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/IdeSplitSources.cmake')
-rw-r--r--cmake/IdeSplitSources.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/IdeSplitSources.cmake b/cmake/IdeSplitSources.cmake
index 4a55d89b0..9e16cbc5f 100644
--- a/cmake/IdeSplitSources.cmake
+++ b/cmake/IdeSplitSources.cmake
@@ -8,7 +8,7 @@ function(IDE_SPLIT_SOURCES target)
get_target_property(sources ${target} SOURCES)
foreach(source ${sources})
if(source MATCHES ".*/")
- string(REPLACE ${libgit2_SOURCE_DIR}/ "" rel ${source})
+ string(REPLACE ${CMAKE_SOURCE_DIR}/ "" rel ${source})
if(rel)
string(REGEX REPLACE "/([^/]*)$" "" rel ${rel})
if(rel)