Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-10-29 18:57:22 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-10-29 18:57:22 +0300
commit517c1588fa86a7519d1064b386919821e41e7150 (patch)
tree5472385687fd9a6083c85d31468a664dd8ba1992 /CTestConfig.cmake
parenta9c1e7a179fdbd4194c5807a718dd4844cf5c862 (diff)
Update the cdash URLs to use https, which cdash now insists upon. Also remove the prebuilt binaries links, for now.
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 75616d63..007aaabb 100644
--- a/CTestConfig.cmake
+++ b/CTestConfig.cmake
@@ -9,7 +9,7 @@
set(CTEST_PROJECT_NAME "LLFIO")
set(CTEST_NIGHTLY_START_TIME "00:00:00 EST")
-set(CTEST_DROP_METHOD "http")
+set(CTEST_DROP_METHOD "https")
set(CTEST_DROP_SITE "my.cdash.org")
set(CTEST_DROP_LOCATION "/submit.php?project=Boost.AFIO")
set(CTEST_DROP_SITE_CDASH TRUE)