diff options
author | Brad King <brad.king@kitware.com> | 2010-06-15 14:10:41 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2010-06-15 14:10:41 -0400 |
commit | b4aa834900f30fb7a2dc1148ba9e947a5bd98ee1 (patch) | |
tree | 27a91488ee0459b769a11ea4bc348f2b377d558e /Modules | |
parent | a8a10d0f6a6f19170f38a91e51a283af885fb79b (diff) | |
parent | c3781efb28a35f54ed6306354330734994f2c8b1 (diff) | |
download | cmake-b4aa834900f30fb7a2dc1148ba9e947a5bd98ee1.tar.gz |
Merge branch 'ctest-git-flexibility'
Diffstat (limited to 'Modules')
-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 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@ |