Browse Source

ENH: Enable compression and use the new trigger script

Andy Cedilnik 21 years ago
parent
commit
10f475ad30
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Modules/Dart.cmake

+ 2 - 1
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")