summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Miller <millerjv@crd.ge.com>2002-01-15 20:29:31 (GMT)
committerJim Miller <millerjv@crd.ge.com>2002-01-15 20:29:31 (GMT)
commitfe28c79222774625d1bc891f3e92e8fff6dacfc9 (patch)
tree10760200b740c360b9f179b750690b6ad36d5f1d
parente4528496405335d3122444b78240365007d47d6b (diff)
downloadCMake-fe28c79222774625d1bc891f3e92e8fff6dacfc9.zip
CMake-fe28c79222774625d1bc891f3e92e8fff6dacfc9.tar.gz
CMake-fe28c79222774625d1bc891f3e92e8fff6dacfc9.tar.bz2
ENH: Added DELIVER_CONTINUOUS_EMAIL as an advanced cache entry.
-rw-r--r--Modules/Dart.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/Dart.cmake b/Modules/Dart.cmake
index 34edff1..2f1436c 100644
--- a/Modules/Dart.cmake
+++ b/Modules/Dart.cmake
@@ -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
)
#