aboutsummaryrefslogtreecommitdiffhomepage
path: root/CTestConfig.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'CTestConfig.cmake')
-rw-r--r--CTestConfig.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/CTestConfig.cmake b/CTestConfig.cmake
index be43daca8..263cda480 100644
--- a/CTestConfig.cmake
+++ b/CTestConfig.cmake
@@ -3,11 +3,11 @@
## project to incorporate the testing dashboard.
## # The following are required to uses Dart and the Cdash dashboard
## ENABLE_TESTING()
-## INCLUDE(Dart)
+## INCLUDE(CTest)
set(CTEST_PROJECT_NAME "Eigen")
set(CTEST_NIGHTLY_START_TIME "05:00:00 UTC")
set(CTEST_DROP_METHOD "http")
-set(CTEST_DROP_SITE "www.cdash.org")
-set(CTEST_DROP_LOCATION "/CDashPublic/submit.php?project=Eigen")
+set(CTEST_DROP_SITE "my.cdash.org")
+set(CTEST_DROP_LOCATION "/submit.php?project=Eigen")
set(CTEST_DROP_SITE_CDASH TRUE)