Skip to content

Commit

Permalink
ENH: Prefer https vs http for ctest submission.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjmjohnson committed Mar 1, 2020
1 parent 5573c76 commit b29ba80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CTestConfig.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set(CTEST_PROJECT_NAME "ITK")
set(CTEST_NIGHTLY_START_TIME "1:00:00 UTC")

set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_METHOD "https")
set(CTEST_DROP_SITE "open.cdash.org")
set(CTEST_DROP_LOCATION "/submit.php?project=Insight")
set(CTEST_DROP_SITE_CDASH TRUE)

0 comments on commit b29ba80

Please sign in to comment.