diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2010-03-15 18:25:32 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2010-03-15 18:25:32 (GMT) |
commit | 6bd50fad0d8f55b46d18b9b8051926ada5da0f55 (patch) | |
tree | 35902b78c9fd5507e3fd1bdcfd9ea50dacd44105 /CTestConfig.cmake | |
parent | 34ebee5922eb6e0ca1118f2c6abe63f5c4f49922 (diff) | |
download | CMake-6bd50fad0d8f55b46d18b9b8051926ada5da0f55.zip CMake-6bd50fad0d8f55b46d18b9b8051926ada5da0f55.tar.gz CMake-6bd50fad0d8f55b46d18b9b8051926ada5da0f55.tar.bz2 |
Change to UTC for dashboard time.
Diffstat (limited to 'CTestConfig.cmake')
-rw-r--r-- | CTestConfig.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CTestConfig.cmake b/CTestConfig.cmake index 0add34b..3903222 100644 --- a/CTestConfig.cmake +++ b/CTestConfig.cmake @@ -10,7 +10,7 @@ # See the License for more information. #============================================================================= set(CTEST_PROJECT_NAME "CMake") -set(CTEST_NIGHTLY_START_TIME "21:00:00 EDT") +set(CTEST_NIGHTLY_START_TIME "1:00:00 UTC") set(CTEST_DROP_METHOD "http") set(CTEST_DROP_SITE "www.cdash.org") |