From 5c12282859f36ef214836731fe9c0da994ff9295 Mon Sep 17 00:00:00 2001 From: mpech Date: Thu, 21 Jul 2011 10:57:22 +0200 Subject: [PATCH] nightly start time is only needed when scripting. No reasons to let it here --- CTestConfig.cmake | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CTestConfig.cmake b/CTestConfig.cmake index 502b5f0..ac1f6fc 100644 --- a/CTestConfig.cmake +++ b/CTestConfig.cmake @@ -3,14 +3,13 @@ MACRO(SET_IF_NOT_SET var val) SET("${var}" "${val}") ENDIF(NOT DEFINED "${var}") ENDMACRO(SET_IF_NOT_SET) -# Set them in a dart file when using ctest to submit on an other dashboard + # Those are set for running a classical make Experimental SET_IF_NOT_SET(CTEST_DROP_METHOD "http") SET_IF_NOT_SET(CTEST_DROP_SITE "my.cdash.org") SET_IF_NOT_SET(CTEST_DROP_LOCATION "/submit.php?project=VV") SET_IF_NOT_SET(CTEST_DROP_SITE_CDASH TRUE) SET_IF_NOT_SET(CTEST_PROJECT_NAME "vv_itk4") -SET_IF_NOT_SET(CTEST_NIGHTLY_START_TIME "1:00:00 UTC") #========================================================= -SET(CLITK_TEST_DATA_PATH ${PROJECT_BINARY_DIR}/tests/data/ CACHE INTERNAL DOCSTRING) \ No newline at end of file +SET(CLITK_TEST_DATA_PATH ${PROJECT_BINARY_DIR}/tests/data/ CACHE INTERNAL DOCSTRING) -- 2.45.1