From 877893bd98980a3d730fd9a65f8c65a21f56c14a Mon Sep 17 00:00:00 2001 From: Claire Mouton Date: Thu, 13 Mar 2014 16:37:01 +0100 Subject: [PATCH] Added CTest configuration to enable CDash tests. --- CTestConfig.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CTestConfig.cmake b/CTestConfig.cmake index 11f1b85..26aaf4d 100644 --- a/CTestConfig.cmake +++ b/CTestConfig.cmake @@ -29,10 +29,10 @@ ## # The following are required to uses Dart and the Cdash dashboard ## ENABLE_TESTING() ## INCLUDE(Dart) -set(CTEST_PROJECT_NAME "crea") +set(CTEST_PROJECT_NAME "creaRigidRegistration") set(CTEST_NIGHTLY_START_TIME "00:00:00 EST") set(CTEST_DROP_METHOD "http") set(CTEST_DROP_SITE "www.creatis.insa-lyon.fr") -set(CTEST_DROP_LOCATION "/cdash/submit.php?project=crea") +set(CTEST_DROP_LOCATION "/cdash/submit.php?project=creaRigidRegistration") set(CTEST_DROP_SITE_CDASH TRUE) -- 2.44.0