summaryrefslogtreecommitdiff
path: root/DartConfig.cmake
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-03-06 08:51:08 -0500
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-03-06 08:51:08 -0500
commit8248953df197e5c6c01c501be3fb8f7c1dcb9b0b (patch)
treeaa2b9502f8eacbeab6ab65c6fa41505aa9b8a36d /DartConfig.cmake
parent70b01d45067c2429ee2a7c0acc6778235cc7d3bb (diff)
downloadcmake-8248953df197e5c6c01c501be3fb8f7c1dcb9b0b.tar.gz
COMP: Remove warning and fix the logic
Diffstat (limited to 'DartConfig.cmake')
-rw-r--r--DartConfig.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/DartConfig.cmake b/DartConfig.cmake
index 1b014b330e..63384936ad 100644
--- a/DartConfig.cmake
+++ b/DartConfig.cmake
@@ -8,7 +8,7 @@ IF(DROP_METHOD MATCHES http)
SET (DROP_LOCATION "/cgi-bin/HTTPUploadDartFile.cgi")
ELSE(DROP_METHOD MATCHES http)
IF(DROP_METHOD MATCHES xmlrpc)
- SET (DROP_SITE "http://na-mic.org:8081/Insight/")
+ SET (DROP_SITE "http://www.na-mic.org:8080/")
SET (DROP_LOCATION "Insight")
SET (COMPRESS_SUBMISSION ON)
ELSE(DROP_METHOD MATCHES xmlrpc)