ENH: Enable compression and use the new trigger script

This commit is contained in:
Andy Cedilnik 2005-01-27 17:45:05 -05:00
parent 1cca4b3b24
commit 10f475ad30
1 changed files with 2 additions and 1 deletions

View File

@ -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")