diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2009-07-15 19:40:46 +0000 |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2009-07-15 19:40:46 +0000 |
commit | 6dd0277c22374983e9f9b0c22ebada72625973a9 (patch) | |
tree | ab07afda4352fa2980edc83812feb448fef6ddb4 /CTestConfig.cmake | |
parent | fb08218a0409bdae7ccdc647ffdddf72c3c5fe61 (diff) | |
download | curl-6dd0277c22374983e9f9b0c22ebada72625973a9.tar.gz |
ENH: move dashboard location
Diffstat (limited to 'CTestConfig.cmake')
-rw-r--r-- | CTestConfig.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CTestConfig.cmake b/CTestConfig.cmake index 485205ecc..6b1e798e4 100644 --- a/CTestConfig.cmake +++ b/CTestConfig.cmake @@ -8,6 +8,6 @@ set(CTEST_PROJECT_NAME "CURL") set(CTEST_NIGHTLY_START_TIME "00:00:00 EST") set(CTEST_DROP_METHOD "http") -set(CTEST_DROP_SITE "www.cdash.org") -set(CTEST_DROP_LOCATION "/CDashPublic/submit.php?project=CURL") +set(CTEST_DROP_SITE "my.cdash.org") +set(CTEST_DROP_LOCATION "/submit.php?project=CURL") set(CTEST_DROP_SITE_CDASH TRUE) |