summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-04-05 13:38:06 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-04-05 13:38:06 (GMT)
commitfd40b0f875db35b9eaf214fd1013277d1801d589 (patch)
treef88a7ade0fb777c4448ef3e5a8d67bc69783cb81 /Modules
parent25a38ecfe7beffe2a2adf522414288810cdc1006 (diff)
parentc18d91add836f7ce426fcb59b2c65235898f3979 (diff)
downloadCMake-fd40b0f875db35b9eaf214fd1013277d1801d589.zip
CMake-fd40b0f875db35b9eaf214fd1013277d1801d589.tar.gz
CMake-fd40b0f875db35b9eaf214fd1013277d1801d589.tar.bz2
Merge topic 'ctest-run-submodule-sync'
c18d91ad Help: add release notes for topic 'ctest-run-submodule-sync' 7f560743 cmCTestGIT: run `git submodule sync` before updating submodules 06b310b5 cmCTestGIT: add an option to initialize submodules on update 56c1ea40 cmCTestGIT: fix git version references
Diffstat (limited to 'Modules')
-rw-r--r--Modules/DartConfiguration.tcl.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/DartConfiguration.tcl.in b/Modules/DartConfiguration.tcl.in
index 2da8354..0ff2eed 100644
--- a/Modules/DartConfiguration.tcl.in
+++ b/Modules/DartConfiguration.tcl.in
@@ -52,6 +52,7 @@ SVNUpdateOptions: @SVN_UPDATE_OPTIONS@
# Git options
GITCommand: @GITCOMMAND@
+GITInitSubmodules: @CTEST_GIT_INIT_SUBMODULES@
GITUpdateOptions: @GIT_UPDATE_OPTIONS@
GITUpdateCustom: @CTEST_GIT_UPDATE_CUSTOM@