cmake: Drop test results via https.
authorAndreas Schneider <asn@samba.org>
Wed, 25 Feb 2015 10:21:19 +0000 (11:21 +0100)
committerAndreas Schneider <asn@samba.org>
Wed, 25 Feb 2015 10:21:56 +0000 (11:21 +0100)
Signed-off-by: Andreas Schneider <asn@samba.org>
CTestConfig.cmake

index 93edf1d7aa32131022596ecfe1bc982edad88c39..19bd28744a3f9891591653c89e902c73a999475b 100644 (file)
@@ -3,7 +3,7 @@ set(UPDATE_TYPE "true")
 set(CTEST_PROJECT_NAME "uid_wrapper")
 set(CTEST_NIGHTLY_START_TIME "01:00:00 CET")
 
-set(CTEST_DROP_METHOD "http")
+set(CTEST_DROP_METHOD "https")
 set(CTEST_DROP_SITE "mock.cryptomilk.org")
 set(CTEST_DROP_LOCATION "/submit.php?project=uidwrapper")
 set(CTEST_DROP_SITE_CDASH TRUE)