summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-06-14 13:41:57 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2006-06-14 13:41:57 -0400
commit9c76e082150eae48102b537c0f3f8556c18b8616 (patch)
treee01b395e3686f38c72c127f5ddc060480d158739
parente1e6e105215172ec37b3faf7f929c8506e285297 (diff)
downloadcmake-9c76e082150eae48102b537c0f3f8556c18b8616.tar.gz
ENH: handle the fact the public can no longer do ftp
-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")