summaryrefslogtreecommitdiff
path: root/DartConfig.cmake
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-06-12 10:22:38 -0400
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-06-12 10:22:38 -0400
commita21a320a2654336f196349c46eb3f0825da59fd3 (patch)
tree7bf26890a8b56ee712190811b561eb3239709fa4 /DartConfig.cmake
parent71adfb86968227dd42b860cf39d50ec9e2cb20f9 (diff)
downloadcmake-a21a320a2654336f196349c46eb3f0825da59fd3.tar.gz
ENH: Switch to http submission
Diffstat (limited to 'DartConfig.cmake')
-rw-r--r--DartConfig.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/DartConfig.cmake b/DartConfig.cmake
index 98dede2158..367d98a91a 100644
--- a/DartConfig.cmake
+++ b/DartConfig.cmake
@@ -3,6 +3,9 @@
SET (NIGHTLY_START_TIME "21:00:00 EDT")
# Dart server to submit results (used by client)
+IF(NOT DROP_METHOD)
+ SET(DROP_METHOD http)
+ENDIF(NOT DROP_METHOD)
IF(DROP_METHOD MATCHES http)
SET (DROP_SITE "public.kitware.com")
SET (DROP_LOCATION "/cgi-bin/HTTPUploadDartFile.cgi")