[Dart] Changes to DELIVER_CONTINUOUS_EMAIL
Jim Miller
miller at nycap.rr.com
Tue, 15 Jan 2002 16:29:49 -0500
I modified CMake/Modules/Dart.cmake so that DELIVER_CONTINUOUS_EMAIL is
defined here instead of in a project's DartConfig.cmake
file. DELIVER_CONTINUOUS_EMAIL is an advanced cache entry.
The intent is that DELIVER_CONTINUOUS_EMAIL will be OFF for Dart clients
but Dart servers would have the option of turning it ON. Prior to storing
this value in the cache, a Dart server would "forget" if it was to deliver
continuous email if CMake was rerun on the Dart server.
I updated DartConfig.cmake for Insight and VTK and updated the versions of
CMake used on public.kitware for these Dart servers. Don't know whether
the Paraview or CMake Dartboards were using the continuous email feature or
not.
Since CMake/Modules/Dart.cmake has been modified, existing Dart servers may
produce an error if CMake/Modules/Dart.cmake is not updated.
Sorry for the inconvenience.
Jim