diff options
author | Brad King <brad.king@kitware.com> | 2014-06-24 17:35:33 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-06-24 17:54:52 (GMT) |
commit | 57ddde524b959afb23715a40979f6099d19353cc (patch) | |
tree | ad5eda1270717af7a04caf73b5d2306396a6ee40 /Tests/CTestTestCycle | |
parent | 1bd4e006aa8ae44d3d7777bcf7da56ed7be185fd (diff) | |
download | CMake-57ddde524b959afb23715a40979f6099d19353cc.zip CMake-57ddde524b959afb23715a40979f6099d19353cc.tar.gz CMake-57ddde524b959afb23715a40979f6099d19353cc.tar.bz2 |
Update CDash server URL
It is now at open.cdash.org and does not start in "/CDash".
Diffstat (limited to 'Tests/CTestTestCycle')
-rw-r--r-- | Tests/CTestTestCycle/CTestConfig.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/CTestTestCycle/CTestConfig.cmake b/Tests/CTestTestCycle/CTestConfig.cmake index 43e9986..8aeb09b 100644 --- a/Tests/CTestTestCycle/CTestConfig.cmake +++ b/Tests/CTestTestCycle/CTestConfig.cmake @@ -2,6 +2,6 @@ set (CTEST_PROJECT_NAME "CTestTestCycle") set (CTEST_NIGHTLY_START_TIME "21:00:00 EDT") set (CTEST_DART_SERVER_VERSION "2") set(CTEST_DROP_METHOD "http") -set(CTEST_DROP_SITE "www.cdash.org") -set(CTEST_DROP_LOCATION "/CDash/submit.php?project=PublicDashboard") +set(CTEST_DROP_SITE "open.cdash.org") +set(CTEST_DROP_LOCATION "/submit.php?project=PublicDashboard") set(CTEST_DROP_SITE_CDASH TRUE) |