summaryrefslogtreecommitdiff
path: root/Modules/CTest.cmake
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-06-23 07:08:37 -0400
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-06-23 07:08:37 -0400
commite0e57a41fd1065074daabcc8bbbd9638f7bee5f1 (patch)
treef731f8be17b2da0d2c0647af097e5eb57b821dad /Modules/CTest.cmake
parenta6e68ac582a2e0f77af2ae38a850a039e7e90e9d (diff)
downloadcmake-e0e57a41fd1065074daabcc8bbbd9638f7bee5f1.tar.gz
ENH: Default drop method http
Diffstat (limited to 'Modules/CTest.cmake')
-rw-r--r--Modules/CTest.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/CTest.cmake b/Modules/CTest.cmake
index d52a738cb7..01141f9b24 100644
--- a/Modules/CTest.cmake
+++ b/Modules/CTest.cmake
@@ -48,6 +48,7 @@ IF(BUILD_TESTING)
# Dashboard is opened for submissions for a 24 hour period starting at
# the specified NIGHTLY_START_TIME. Time is specified in 24 hour format.
SET_IF_NOT_SET (NIGHTLY_START_TIME "00:00:00 EDT")
+ SET_IF_NOT_SET(DROP_METHOD "http")
# Dart server to submit results (used by client)
# There should be an option to specify submit method, but I will leave it