Skip to content
Snippets Groups Projects
Commit f9e45083 authored by Sean McBride's avatar Sean McBride Committed by Brad King
Browse files

CTestConfig: Always set CTEST_DROP_METHOD to https

open.cdash.org has long supported https
parent 2c4a8330
No related branches found
No related tags found
1 merge request!230CTestConfig: Always set CTEST_DROP_METHOD to https
......@@ -3,9 +3,7 @@
set(CTEST_PROJECT_NAME "KWSys")
set(CTEST_NIGHTLY_START_TIME "21:00:00 EDT")
if (NOT CTEST_DROP_METHOD STREQUAL "https")
set(CTEST_DROP_METHOD "http")
endif ()
set(CTEST_DROP_METHOD "https")
set(CTEST_DROP_SITE "open.cdash.org")
set(CTEST_DROP_LOCATION "/submit.php?project=KWSys")
set(CTEST_DROP_SITE_CDASH TRUE)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment