[CMake] A variable to identify the Dart model type?

Bill Hoffman bill.hoffman at kitware.com
Fri Sep 4 15:09:19 EDT 2009


Nathaniel Waisbrot (Cont ARL/CISD) wrote:
> I have a script, external to the rest of the CMake build, which performs
> some dashboard submission.  I'd like to have it perform that submission
> *only* when ctest has been invoked as part of 
> 'make (Nightly|Continuous|Experimental)', not 'make' or 'make test'.
> 
> Is this possible?  I haven't been able to find any variables or
> functions that make reference to the Dart model.
> 
> 

I don't think there is a way to do this.

make Nightly is not a good way to do nightly dashboards.  It is much 
better to create a ctest driver script for the machine.

-Bill



More information about the CMake mailing list