X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=CTestConfig.cmake;h=15bbadd615cfa17269b85c13408d813e1e3237dc;hb=9548105324e0d1e8d440a1e1d83faf37ebcf1c08;hp=502b5f03f65194b8f16b5aa3d105476355d7305e;hpb=03d14f479ef76137ffc1936137462d9739fb28e5;p=clitk.git diff --git a/CTestConfig.cmake b/CTestConfig.cmake index 502b5f0..15bbadd 100644 --- a/CTestConfig.cmake +++ b/CTestConfig.cmake @@ -3,14 +3,10 @@ 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