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

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Feb 8 09:47:41 EST 2010


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

Modified Files:
	CTestConfig.cmake 
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: CTestConfig.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/CTestConfig.cmake,v
retrieving revision 1.8
retrieving revision 1.9
diff -C 2 -d -r1.8 -r1.9
*** CTestConfig.cmake	21 Dec 2009 17:27:03 -0000	1.8
--- CTestConfig.cmake	8 Feb 2010 14:47:39 -0000	1.9
***************
*** 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 
--- 17,22 ----
  set(CTEST_DROP_LOCATION "/CDash/submit.php?project=CMake")
  set(CTEST_DROP_SITE_CDASH TRUE)
! set(CTEST_CDASH_VERSION "1.6")
! set(CTEST_CDASH_QUERY_VERSION TRUE)
  
  # use old trigger stuff so that cmake 2.4 and below will not 



More information about the Cmake-commits mailing list