summaryrefslogtreecommitdiff
path: root/Modules/DartConfiguration.tcl.in
diff options
context:
space:
mode:
authorZach Mullen <zach.mullen@kitware.com>2010-02-08 09:47:39 -0500
committerZach Mullen <zach.mullen@kitware.com>2010-02-08 09:47:39 -0500
commit41fcf6e1558cb3ef4639928f87d58531b45fe237 (patch)
tree66b6c4ff06f0e160d32a77fcbb1adcc0dfb9f57f /Modules/DartConfiguration.tcl.in
parenta7666d303ce5323cacd19f14f5e365aa4fba264e (diff)
downloadcmake-41fcf6e1558cb3ef4639928f87d58531b45fe237.tar.gz
Moved call to cache CDash version information to cmCTest::initialize. Also added a 3 second timeout when requesting the version from the server. Added an option to the CTestConfiguration that will be used to determine whether to query the version information at all. (Behavior for this setting is not yet defined.) Updated CMake's local CDash version setting to 1.6.
Diffstat (limited to 'Modules/DartConfiguration.tcl.in')
-rw-r--r--Modules/DartConfiguration.tcl.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/DartConfiguration.tcl.in b/Modules/DartConfiguration.tcl.in
index 98d7cd26f5..be2b691eea 100644
--- a/Modules/DartConfiguration.tcl.in
+++ b/Modules/DartConfiguration.tcl.in
@@ -16,6 +16,7 @@ BuildName: @BUILDNAME@
# Submission information
IsCDash: @CTEST_DROP_SITE_CDASH@
CDashVersion: @CTEST_CDASH_VERSION@
+QueryCDashVersion: @CTEST_CDASH_QUERY_VERSION@
DropSite: @DROP_SITE@
DropLocation: @DROP_LOCATION@
DropSiteUser: @DROP_SITE_USER@