Skip to content

Commit 468ce74

Browse files
committed
ENH: Prefer https vs http for ctest submission.
1 parent a04e699 commit 468ce74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CTestConfig.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
set(CTEST_PROJECT_NAME "ITKExamples")
22
set(CTEST_NIGHTLY_START_TIME "1:00:00 UTC")
33

4-
set(CTEST_DROP_METHOD "http")
4+
set(CTEST_DROP_METHOD "https")
55
set(CTEST_DROP_SITE "open.cdash.org")
66
set(CTEST_DROP_LOCATION "/submit.php?project=Insight")
77
set(CTEST_DROP_SITE_CDASH TRUE)

0 commit comments

Comments
 (0)