[Cmake-commits] [cmake-commits] zach.mullen committed CTestConfig.cmake 1.7 1.8

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Dec 21 12:27:05 EST 2009


Update of /cvsroot/CMake/CMake
In directory public:/mounts/ram/cvs-serv12430

Modified Files:
	CTestConfig.cmake 
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: CTestConfig.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/CTestConfig.cmake,v
retrieving revision 1.7
retrieving revision 1.8
diff -C 2 -d -r1.7 -r1.8
*** CTestConfig.cmake	28 Sep 2009 15:41:53 -0000	1.7
--- CTestConfig.cmake	21 Dec 2009 17:27:03 -0000	1.8
***************
*** 17,20 ****
--- 17,21 ----
  set(CTEST_DROP_LOCATION "/CDash/submit.php?project=CMake")
  set(CTEST_DROP_SITE_CDASH TRUE)
+ set(CTEST_CDASH_VERSION "1.4")
  
  # use old trigger stuff so that cmake 2.4 and below will not 



More information about the Cmake-commits mailing list