diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2010-05-11 13:29:55 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2010-05-11 13:29:55 (GMT) |
commit | ef6b505caa339d05efba9425a24277b58884adf1 (patch) | |
tree | 5ac615dd5229679cdf02cd516fb3ee8e18e2ac62 /Modules/DartConfiguration.tcl.in | |
parent | 408bf244dda388549dab72ea877bdba4e3326077 (diff) | |
download | CMake-ef6b505caa339d05efba9425a24277b58884adf1.zip CMake-ef6b505caa339d05efba9425a24277b58884adf1.tar.gz CMake-ef6b505caa339d05efba9425a24277b58884adf1.tar.bz2 |
Add GITCommand key value pair.
Diffstat (limited to 'Modules/DartConfiguration.tcl.in')
-rw-r--r-- | Modules/DartConfiguration.tcl.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/DartConfiguration.tcl.in b/Modules/DartConfiguration.tcl.in index 0b05865..85b4138 100644 --- a/Modules/DartConfiguration.tcl.in +++ b/Modules/DartConfiguration.tcl.in @@ -46,6 +46,10 @@ CVSUpdateOptions: @CVS_UPDATE_OPTIONS@ SVNCommand: @SVNCOMMAND@ SVNUpdateOptions: @SVN_UPDATE_OPTIONS@ +# Git options +GITCommand: @GITCOMMAND@ +GITUpdateOptions: @GIT_UPDATE_OPTIONS@ + # Generic update command UpdateCommand: @UPDATE_COMMAND@ UpdateOptions: @UPDATE_OPTIONS@ |