summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Modules/Dart.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/Modules/Dart.cmake b/Modules/Dart.cmake
index ac20428..74a1a2d 100644
--- a/Modules/Dart.cmake
+++ b/Modules/Dart.cmake
@@ -45,7 +45,8 @@ IF(BUILD_TESTING)
SET (DROP_SITE_MODE "active")
ENDIF(DROP_METHOD MATCHES http)
- SET (TRIGGER_SITE "http://${DROP_SITE}/cgi-bin/Submit-Random-TestingResults.pl")
+ SET (TRIGGER_SITE "http://${DROP_SITE}/cgi-bin/Submit-Random-TestingResults.cgi")
+ SET (COMPRESS_SUBMISSION ON)
# Project Home Page
SET (PROJECT_URL "http://www.kitware.com")