[Cmake-commits] [cmake-commits] zach.mullen committed DartConfiguration.tcl.in 1.14 1.15
cmake-commits at cmake.org
cmake-commits at cmake.org
Mon Feb 8 09:47:41 EST 2010
Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv4890/Modules
Modified Files:
DartConfiguration.tcl.in
Log Message:
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.
Index: DartConfiguration.tcl.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/DartConfiguration.tcl.in,v
retrieving revision 1.14
retrieving revision 1.15
diff -C 2 -d -r1.14 -r1.15
*** DartConfiguration.tcl.in 21 Dec 2009 17:27:03 -0000 1.14
--- DartConfiguration.tcl.in 8 Feb 2010 14:47:39 -0000 1.15
***************
*** 17,20 ****
--- 17,21 ----
IsCDash: @CTEST_DROP_SITE_CDASH@
CDashVersion: @CTEST_CDASH_VERSION@
+ QueryCDashVersion: @CTEST_CDASH_QUERY_VERSION@
DropSite: @DROP_SITE@
DropLocation: @DROP_LOCATION@
More information about the Cmake-commits
mailing list