summaryrefslogtreecommitdiffstats
path: root/Modules/CTest.cmake
diff options
context:
space:
mode:
authorRegina Pfeifer <regina@mailbox.org>2019-01-11 13:18:12 (GMT)
committerBrad King <brad.king@kitware.com>2019-01-16 15:34:08 (GMT)
commit2915a75615bab216753c902fa716b11f9fc5de83 (patch)
tree7a286fb4eb55dfcdb87e9d3f6e5fb73d549d483e /Modules/CTest.cmake
parentd6475daa79810e332c3d2d1659e3d73250717219 (diff)
downloadCMake-2915a75615bab216753c902fa716b11f9fc5de83.zip
CMake-2915a75615bab216753c902fa716b11f9fc5de83.tar.gz
CMake-2915a75615bab216753c902fa716b11f9fc5de83.tar.bz2
CTest: Add documentation and release notes for SubmitURL
Diffstat (limited to 'Modules/CTest.cmake')
-rw-r--r--Modules/CTest.cmake5
1 files changed, 1 insertions, 4 deletions
diff --git a/Modules/CTest.cmake b/Modules/CTest.cmake
index 648e473..d100704 100644
--- a/Modules/CTest.cmake
+++ b/Modules/CTest.cmake
@@ -28,10 +28,7 @@ To enable submissions to a CDash server, create a ``CTestConfig.cmake``
file at the top of the project with content such as::
set(CTEST_NIGHTLY_START_TIME "01:00:00 UTC")
- set(CTEST_DROP_METHOD "http")
- set(CTEST_DROP_SITE "my.cdash.org")
- set(CTEST_DROP_LOCATION "/submit.php?project=MyProject")
- set(CTEST_DROP_SITE_CDASH TRUE)
+ set(CTEST_SUBMIT_URL "http://my.cdash.org/submit.php?project=MyProject")
(the CDash server can provide the file to a project administrator who
configures ``MyProject``). Settings in the config file are shared by