From e0e57a41fd1065074daabcc8bbbd9638f7bee5f1 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Fri, 23 Jun 2006 07:08:37 -0400 Subject: ENH: Default drop method http --- Modules/CTest.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/CTest.cmake b/Modules/CTest.cmake index d52a738..01141f9 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 -- cgit v0.12