summaryrefslogtreecommitdiff
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-08-18 11:21:55 -0400
committerCMake Topic Stage <kwrobot@kitware.com>2014-08-18 11:21:55 -0400
commite7dda7b9b7373dc823977766d0947a4ca28845cd (patch)
treef63fc18d0ff729134934c0e8ee800496a497c45a /Modules
parentde547ca5c3053293d144b3c8b133f701d4b81150 (diff)
parent653529ce55a9c33fa7378708793caac92a857794 (diff)
downloadcmake-e7dda7b9b7373dc823977766d0947a4ca28845cd.tar.gz
Merge topic 'ctest_update_status_only'
653529ce CTest: Allow / to be in the build name, and be consistent with the build name 39b5df2f ctest_update: Add CTEST_UPDATE_VERSION_ONLY option to only note the version
Diffstat (limited to 'Modules')
-rw-r--r--Modules/DartConfiguration.tcl.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/DartConfiguration.tcl.in b/Modules/DartConfiguration.tcl.in
index 042088299e..86049d065d 100644
--- a/Modules/DartConfiguration.tcl.in
+++ b/Modules/DartConfiguration.tcl.in
@@ -37,6 +37,9 @@ ConfigureCommand: "@CMAKE_COMMAND@" "@PROJECT_SOURCE_DIR@"
MakeCommand: @MAKECOMMAND@
DefaultCTestConfigurationType: @DEFAULT_CTEST_CONFIGURATION_TYPE@
+# version control
+UpdateVersionOnly: @CTEST_UPDATE_VERSION_ONLY@
+
# CVS options
# Default is "-d -P -A"
CVSCommand: @CVSCOMMAND@