summaryrefslogtreecommitdiff
path: root/Modules/DartConfiguration.tcl.in
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2010-05-11 09:29:55 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2010-05-11 09:29:55 -0400
commitef6b505caa339d05efba9425a24277b58884adf1 (patch)
tree5ac615dd5229679cdf02cd516fb3ee8e18e2ac62 /Modules/DartConfiguration.tcl.in
parent408bf244dda388549dab72ea877bdba4e3326077 (diff)
downloadcmake-ef6b505caa339d05efba9425a24277b58884adf1.tar.gz
Add GITCommand key value pair.
Diffstat (limited to 'Modules/DartConfiguration.tcl.in')
-rw-r--r--Modules/DartConfiguration.tcl.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/DartConfiguration.tcl.in b/Modules/DartConfiguration.tcl.in
index 0b058654aa..85b4138ba4 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@