[Cmake-commits] [cmake-commits] zach.mullen committed DartConfiguration.tcl.in 1.13 1.14
cmake-commits at cmake.org
cmake-commits at cmake.org
Mon Dec 21 12:27:05 EST 2009
Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv12430/Modules
Modified Files:
DartConfiguration.tcl.in
Log Message:
Added support for CTest awareness of the CDash version. This will help forward compatibility for both tools. Note that this changeset effectively makes the default to disable output compression. Now, to enable output compression, the CDASH_CTEST_VERSION must be explicity set to >= 1.6. Automated detection of the CDash version is the next step.
Index: DartConfiguration.tcl.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/DartConfiguration.tcl.in,v
retrieving revision 1.13
retrieving revision 1.14
diff -C 2 -d -r1.13 -r1.14
*** DartConfiguration.tcl.in 4 Dec 2009 17:08:55 -0000 1.13
--- DartConfiguration.tcl.in 21 Dec 2009 17:27:03 -0000 1.14
***************
*** 16,19 ****
--- 16,20 ----
# Submission information
IsCDash: @CTEST_DROP_SITE_CDASH@
+ CDashVersion: @CTEST_CDASH_VERSION@
DropSite: @DROP_SITE@
DropLocation: @DROP_LOCATION@
More information about the Cmake-commits
mailing list