Skip to content

Commit a2a300c

Browse files
DOC: Update dashboard URL to open.cdash.org
1 parent 28932a5 commit a2a300c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CTestConfig.cmake

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
## Then modify the CMakeLists.txt file in the root directory of your
33
## project to incorporate the testing dashboard.
44
## # The following are required to uses Dart and the Cdash dashboard
5-
## ENABLE_TESTING()
6-
## INCLUDE(CTest)
5+
## enable_testing()
6+
## include(CTest)
77
set(CTEST_PROJECT_NAME "PlusLib")
88
set(CTEST_NIGHTLY_START_TIME "00:00:00 EST")
99

10-
set(CTEST_DROP_METHOD "http")
11-
set(CTEST_DROP_SITE "perkdata.cs.queensu.ca")
12-
set(CTEST_DROP_LOCATION "/CDash/submit.php?project=PlusLib")
13-
set(CTEST_DROP_SITE_CDASH TRUE)
10+
set(CTEST_DROP_METHOD "https")
11+
set(CTEST_DROP_SITE "open.cdash.org")
12+
set(CTEST_DROP_LOCATION "/submit.php?project=PlusLib")
13+
set(CTEST_DROP_SITE_CDASH TRUE)

0 commit comments

Comments
 (0)