summaryrefslogtreecommitdiffstats
path: root/CTestConfig.cmake
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-02-03 05:48:07 (GMT)
committerGitHub <noreply@github.com>2021-02-03 05:48:07 (GMT)
commit202438695557ab629a85aa38cc2bec324b7cfafe (patch)
tree106c76a60ca336e7c03a321fa287e60fa3ff4117 /CTestConfig.cmake
parent1bf8fa2665fd606d7c616eaa4223decfce2c25f2 (diff)
downloadhdf5-202438695557ab629a85aa38cc2bec324b7cfafe.zip
hdf5-202438695557ab629a85aa38cc2bec324b7cfafe.tar.gz
hdf5-202438695557ab629a85aa38cc2bec324b7cfafe.tar.bz2
1 12 minor merges from develop (#297)
* OESS-98 fix tools test for plugins * sync fork * Merge of changes from dev * Move problem option to bottom of the list until fixed * HDFFV-11106 - fix parsing optional args * HDFFV-11106 add note * grammer fix * Whitespace after clang formatting * Undo format version 11 changes * Update check to working version * Merge workflow and minor changes from develop * Update supported platforms
Diffstat (limited to 'CTestConfig.cmake')
-rw-r--r--CTestConfig.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CTestConfig.cmake b/CTestConfig.cmake
index 5498b06..b178d55 100644
--- a/CTestConfig.cmake
+++ b/CTestConfig.cmake
@@ -18,7 +18,7 @@
set (CTEST_PROJECT_NAME "HDF5")
set (CTEST_NIGHTLY_START_TIME "18:00:00 CST")
-set (CTEST_DROP_METHOD "http")
+set (CTEST_DROP_METHOD "https")
if (CTEST_DROP_SITE_INIT)
set (CTEST_DROP_SITE "${CTEST_DROP_SITE_INIT}")
else ()