From c1132c2de2d25af66590c0b4e7327af71d7a58bc Mon Sep 17 00:00:00 2001 From: Arnaud Gelas Date: Fri, 14 Mar 2014 08:24:22 +0100 Subject: [PATCH] fix cdash address in gofigure2_common.cmake address was still pointing to the old one at my.cdash.org --- Dashboard/Nightly/bonito/gofigure2_common.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dashboard/Nightly/bonito/gofigure2_common.cmake b/Dashboard/Nightly/bonito/gofigure2_common.cmake index 33fe3caa..e5c1a3ff 100644 --- a/Dashboard/Nightly/bonito/gofigure2_common.cmake +++ b/Dashboard/Nightly/bonito/gofigure2_common.cmake @@ -219,9 +219,9 @@ endif() # CTest delayed initialization is broken, so we put the # CTestConfig.cmake info here. set(CTEST_PROJECT_NAME "GoFigure2") - set(CTEST_NIGHTLY_START_TIME "22:00:00 EST") + set(CTEST_NIGHTLY_START_TIME "22:00:00 EST") set(CTEST_DROP_METHOD "http") - set(CTEST_DROP_SITE "my.cdash.org") + set(CTEST_DROP_SITE "www.gofigure2.org/CDash") set(CTEST_DROP_LOCATION "/submit.php?project=GoFigure2") set(CTEST_DROP_SITE_CDASH TRUE) endif()