ENH: Added DELIVER_CONTINUOUS_EMAIL as an advanced cache entry.

This commit is contained in:
Jim Miller 2002-01-15 15:29:31 -05:00
parent e452849640
commit fe28c79222
1 changed files with 3 additions and 0 deletions

View File

@ -47,6 +47,8 @@ IF(BUILD_TESTING)
# set the build command
BUILD_COMMAND(MAKECOMMAND ${MAKEPROGRAM} )
SET (DELIVER_CONTINUOUS_EMAIL "Off" CACHE BOOL "Should Dart server send email when build errors are found in Continuous builds?")
MARK_AS_ADVANCED(
SITE
BUILDNAME
@ -58,6 +60,7 @@ IF(BUILD_TESTING)
GUNZIPCOMMAND
COMPRESSIONCOMMAND
CVSCOMMAND
DELIVER_CONTINUOUS_EMAIL
)
#