[cmake-commits] dave.demarle committed dash1_ParaViewLRB_vs71.cmake 1.15 1.16

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Sep 8 16:06:54 EDT 2006


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

Modified Files:
	dash1_ParaViewLRB_vs71.cmake 
Log Message:
BUG: dash1 paraview rel24 nightly ran but did not submit. This should fix it.


Index: dash1_ParaViewLRB_vs71.cmake
===================================================================
RCS file: /cvsroot/CMake/DashboardScripts/dash1_ParaViewLRB_vs71.cmake,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- dash1_ParaViewLRB_vs71.cmake	7 Sep 2006 15:54:40 -0000	1.15
+++ dash1_ParaViewLRB_vs71.cmake	8 Sep 2006 20:06:51 -0000	1.16
@@ -4,8 +4,11 @@
 ###################################################################
 
 # these are the the name of the source and binary directory on disk.
-SET (CTEST_SOURCE_DIRECTORY "C:/Dashboards/My Tests/ParaViewLRB")
-SET (CTEST_BINARY_DIRECTORY "C:/Dashboards/My Tests/ParaViewLRBVS71")
+SET (CTEST_SOURCE_NAME ParaViewLRB)
+SET (CTEST_BINARY_NAME ParaViewLRBVS71)
+SET(CTEST_DASHBOARD_ROOT "c:/Dashboards/MyTests")
+SET(CTEST_SOURCE_DIRECTORY "${CTEST_DASHBOARD_ROOT}/${CTEST_SOURCE_NAME}")
+SET(CTEST_BINARY_DIRECTORY "${CTEST_DASHBOARD_ROOT}/${CTEST_BINARY_NAME}")
 
 # which ctest command to use for running the dashboard
 SET (CTEST_COMMAND



More information about the Cmake-commits mailing list