diff options
author | Brad King <brad.king@kitware.com> | 2010-06-08 20:12:28 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2010-06-08 20:12:28 (GMT) |
commit | 2eae651acc45c303008d9870a6a4f9da3d8bcf19 (patch) | |
tree | 1732e3bf82a02231ecea4963f859394ee9de1097 /Modules/DartConfiguration.tcl.in | |
parent | 11bdc2b1a13f8bd435cdee271ce435cf533e1aa8 (diff) | |
download | CMake-2eae651acc45c303008d9870a6a4f9da3d8bcf19.zip CMake-2eae651acc45c303008d9870a6a4f9da3d8bcf19.tar.gz CMake-2eae651acc45c303008d9870a6a4f9da3d8bcf19.tar.bz2 |
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.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/DartConfiguration.tcl.in b/Modules/DartConfiguration.tcl.in index 85b4138..51f514f 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@ |