[Cmake] Re: missing cmake dashboards

Andy Cedilnik andy.cedilnik at kitware.com
Thu, 08 Jan 2004 10:35:07 -0500


Hi Peter,

You can preload DartConfiguration.tcl:

SourceDirectory:  at CMAKE_SOURCE_DIR at 
BuildDirectory:  at CMAKE_BINARY_DIR at 
CVSCommand:  at PATH_TO_CVS at 
CVSUpdateOptions: -d -A -P
ConfigureCommand: " at CMAKE_SOURCE_DIR at /bootstrap"

That should work. Oh, make sure to replace  at stuff with the actual
values.

			Andy

On Thu, 2004-01-08 at 09:25, Peter Vanroose wrote:
> All right, good idea.
> It would be nice, though, if the "bootstrap" step would be just part of the
> Dart DashboardManager.tcl call (e.g. its "Configure" pass).