Skip to content

Commit c9d25b2

Browse files
authored
Merge pull request #3550 from julienmalik/patch-1
CDash submissions should be done with https now
2 parents a5b83e4 + 19378c2 commit c9d25b2

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
@@ -7,7 +7,7 @@
77
set(CTEST_PROJECT_NAME "QGIS")
88
set(CTEST_NIGHTLY_START_TIME "20:00:00 CEST")
99

10-
set(CTEST_DROP_METHOD "http")
10+
set(CTEST_DROP_METHOD "https")
1111
set(CTEST_DROP_SITE "dash.orfeo-toolbox.org")
1212
set(CTEST_DROP_LOCATION "/submit.php?project=QGIS")
1313
set(CTEST_DROP_SITE_CDASH TRUE)

0 commit comments

Comments
 (0)