aboutsummaryrefslogtreecommitdiffhomepage
path: root/CTestConfig.cmake
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2009-05-19 10:21:24 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2009-05-19 10:21:24 +0200
commit65181df1f9be34f2e21278e65d08a0b93adb2a0a (patch)
tree3f1671f0f547ca3b94802de6ca49a8a15bc7f5e1 /CTestConfig.cmake
parent93123bc0210bc7f9ecb454bbdc15ae61c7f4531d (diff)
update CTestConfig file for my.cdash.org
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)