Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2013-01-03 00:25:32 +0400
committerVicent Marti <tanoku@gmail.com>2013-01-03 00:27:00 +0400
commite229c048255dfea78429cff6f5cc911987f5f8e5 (patch)
treee42c607cef44af380cbdb17237d01454f5eaf9bc /CMakeLists.txt
parent0df4167577873cc91fd3745566195c46c009c59d (diff)
Fuck you CMake
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index dbb11d236..43b405d4b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -235,6 +235,7 @@ INSTALL(FILES include/git2.h DESTINATION ${INCLUDE_INSTALL_DIR} )
ADD_CUSTOM_TARGET(
submodules
COMMAND git submodule update --init tests-clar/clar
+ WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
)
# Tests