Browse Source

Attempt to enable sending of e-mails from continuous

Andy Cedilnik 23 years ago
parent
commit
6999f483e6
1 changed files with 6 additions and 0 deletions
  1. 6 0
      DartConfig.cmake

+ 6 - 0
DartConfig.cmake

@@ -30,5 +30,11 @@ OPTION(BUILD_DOXYGEN "Build source documentation using doxygen" "Off")
 SET (DOXYGEN_CONFIG "${PROJECT_BINARY_DIR}/doxygen.config" )
 MARK_AS_ADVANCED(BUILD_DOXYGEN)
 
+# Continuous email delivery variables
+SET (CONTINUOUS_FROM "[email protected]")
+SET (SMTP_MAILHOST "public.kitware.com")
+SET (CONTINUOUS_MONITOR_LIST "[email protected]")
+SET (CONTINUOUS_BASE_URL "${PROJECT_URL}/Testing")
+
 SET (USE_GNATS "Off")
 SET (GNATS_WEB_URL "http://${DROP_SITE}/cgi-bin/gnatsweb.pl/CMake/")