summaryrefslogtreecommitdiff
path: root/CTestConfig.cmake
diff options
context:
space:
mode:
authorLuis Ibanez <luis.ibanez@gmail.com>2010-05-26 23:07:59 +0000
committerLuis Ibanez <luis.ibanez@gmail.com>2010-05-26 23:07:59 +0000
commit6c641471b295ddc8cc9aef0eb80e776d58b48d22 (patch)
tree5f78f99bbe0490c178ef7ce798da0d7709398450 /CTestConfig.cmake
parent18c30c30d65bda32248eba2198f32bb0416cf0ef (diff)
ENH: Cleaning up the file comments. Setting the build time to 3am UTC.
Diffstat (limited to 'CTestConfig.cmake')
-rw-r--r--CTestConfig.cmake8
1 files changed, 1 insertions, 7 deletions
diff --git a/CTestConfig.cmake b/CTestConfig.cmake
index 65d2ba88..6d3866ef 100644
--- a/CTestConfig.cmake
+++ b/CTestConfig.cmake
@@ -1,11 +1,5 @@
-## This file should be placed in the root directory of your project.
-## Then modify the CMakeLists.txt file in the root directory of your
-## project to incorporate the testing dashboard.
-## # The following are required to uses Dart and the Cdash dashboard
-## ENABLE_TESTING()
-## INCLUDE(CTest)
set(CTEST_PROJECT_NAME "OPENJPEG")
-set(CTEST_NIGHTLY_START_TIME "00:00:00 EST")
+set(CTEST_NIGHTLY_START_TIME "3:00:00 UTC")
set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "my.cdash.org")