summaryrefslogtreecommitdiff
path: root/Modules/DartConfiguration.tcl.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2010-06-08 16:12:28 -0400
committerBrad King <brad.king@kitware.com>2010-06-08 16:12:28 -0400
commit2eae651acc45c303008d9870a6a4f9da3d8bcf19 (patch)
tree1732e3bf82a02231ecea4963f859394ee9de1097 /Modules/DartConfiguration.tcl.in
parent11bdc2b1a13f8bd435cdee271ce435cf533e1aa8 (diff)
downloadcmake-2eae651acc45c303008d9870a6a4f9da3d8bcf19.tar.gz
ctest_update: Support custom Git update command
Define CTest configuration variable CTEST_GIT_UPDATE_CUSTOM to set a custom command line for updating Git-managed source trees.
Diffstat (limited to 'Modules/DartConfiguration.tcl.in')
-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 85b4138ba4..51f514fde4 100644
--- a/Modules/DartConfiguration.tcl.in
+++ b/Modules/DartConfiguration.tcl.in
@@ -49,6 +49,7 @@ SVNUpdateOptions: @SVN_UPDATE_OPTIONS@
# Git options
GITCommand: @GITCOMMAND@
GITUpdateOptions: @GIT_UPDATE_OPTIONS@
+GITUpdateCustom: @CTEST_GIT_UPDATE_CUSTOM@
# Generic update command
UpdateCommand: @UPDATE_COMMAND@