From 57ddde524b959afb23715a40979f6099d19353cc Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 24 Jun 2014 13:35:33 -0400 Subject: Update CDash server URL It is now at open.cdash.org and does not start in "/CDash". --- DartConfig.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'DartConfig.cmake') diff --git a/DartConfig.cmake b/DartConfig.cmake index 37f66c7c10..92dffca7aa 100644 --- a/DartConfig.cmake +++ b/DartConfig.cmake @@ -13,6 +13,6 @@ set(CTEST_PROJECT_NAME "CMake") set(CTEST_NIGHTLY_START_TIME "21:00:00 EDT") set(CTEST_DROP_METHOD "http") -set(CTEST_DROP_SITE "www.cdash.org") -set(CTEST_DROP_LOCATION "/CDash/submit.php?project=CMake") +set(CTEST_DROP_SITE "open.cdash.org") +set(CTEST_DROP_LOCATION "/submit.php?project=CMake") set(CTEST_DROP_SITE_CDASH TRUE) -- cgit v1.2.1