aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2013-07-24 07:49:27 +0200
committerAndreas Schneider <asn@cryptomilk.org>2013-07-24 07:49:27 +0200
commit448738eb00714d07da1bb7c5e480f0d797a8de91 (patch)
treed5eb965b4d7c858c57fae24e88c690737a61e7f8
parente1280ce153b1b7396bc1c9290d810868ad23c4f4 (diff)
downloadlibssh-448738eb00714d07da1bb7c5e480f0d797a8de91.tar.gz
libssh-448738eb00714d07da1bb7c5e480f0d797a8de91.tar.xz
libssh-448738eb00714d07da1bb7c5e480f0d797a8de91.zip
cmake: Change start time to UTC.
-rw-r--r--CTestConfig.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CTestConfig.cmake b/CTestConfig.cmake
index d8a41831..20d2e8f5 100644
--- a/CTestConfig.cmake
+++ b/CTestConfig.cmake
@@ -1,7 +1,7 @@
set(UPDATE_TYPE "true")
set(CTEST_PROJECT_NAME "libssh")
-set(CTEST_NIGHTLY_START_TIME "01:00:00 CET")
+set(CTEST_NIGHTLY_START_TIME "01:00:00 UTC")
set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "test.libssh.org")