[Cmake-commits] [cmake-commits] hoffman committed CTestConfig.cmake 1.5 1.6

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Sep 9 13:01:49 EDT 2008


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

Modified Files:
	CTestConfig.cmake 
Log Message:
ENH: support old cmake for dashboards


Index: CTestConfig.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/CTestConfig.cmake,v
retrieving revision 1.5
retrieving revision 1.6
diff -C 2 -d -r1.5 -r1.6
*** CTestConfig.cmake	21 Jul 2008 19:44:36 -0000	1.5
--- CTestConfig.cmake	9 Sep 2008 17:01:46 -0000	1.6
***************
*** 6,7 ****
--- 6,12 ----
  set(CTEST_DROP_LOCATION "/CDash/submit.php?project=CMake")
  set(CTEST_DROP_SITE_CDASH TRUE)
+ 
+ # use old trigger stuff so that cmake 2.4 and below will not 
+ # get errors on trigger
+ SET (TRIGGER_SITE 
+   "http://public.kitware.com/cgi-bin/Submit-CMake-TestingResults.cgi")



More information about the Cmake-commits mailing list