summaryrefslogtreecommitdiffstats
path: root/Modules/Dart.cmake
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-01-27 22:45:05 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-01-27 22:45:05 (GMT)
commit10f475ad306dd596f25457a68be848c54cb0f607 (patch)
tree88aa735868e949598165d1be3627f61c6ea768d2 /Modules/Dart.cmake
parent1cca4b3b24c414d135844432802262e9aa9a2f72 (diff)
downloadCMake-10f475ad306dd596f25457a68be848c54cb0f607.zip
CMake-10f475ad306dd596f25457a68be848c54cb0f607.tar.gz
CMake-10f475ad306dd596f25457a68be848c54cb0f607.tar.bz2
ENH: Enable compression and use the new trigger script
Diffstat (limited to 'Modules/Dart.cmake')
-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")