From 703b6d917ac6cf2311f119b4445d5e786eeeb36b Mon Sep 17 00:00:00 2001 From: "Marcus D. Hanwell" <marcus.hanwell@kitware.com> Date: Fri, 20 Jun 2014 11:40:03 -0400 Subject: [PATCH] Changed the default CDash URL for VTK The CDash instance was moved to open.cdash.org some time ago, update out configuration to reflect its current location. Change-Id: Ic1a897339571bafebbabbecbeb1e73814d1acf6e --- CTestConfig.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CTestConfig.cmake b/CTestConfig.cmake index b7f08577cd..36c05c2bc9 100644 --- a/CTestConfig.cmake +++ b/CTestConfig.cmake @@ -8,6 +8,6 @@ set(CTEST_PROJECT_NAME "VTK") set(CTEST_NIGHTLY_START_TIME "01:00:00 UTC") set(CTEST_DROP_METHOD "http") -set(CTEST_DROP_SITE "www.cdash.org") -set(CTEST_DROP_LOCATION "/CDash/submit.php?project=VTK") +set(CTEST_DROP_SITE "open.cdash.org") +set(CTEST_DROP_LOCATION "/submit.php?project=VTK") set(CTEST_DROP_SITE_CDASH TRUE) -- GitLab