[CMake] bug in ctest (2.6.3)?

Bill Hoffman bill.hoffman at kitware.com
Wed Mar 4 12:00:35 EST 2009


Clemens Arth wrote:

> 
> thanks for having a look at this issue. I get an error because I have
> 
> SET (CTEST_TRIGGER_SITE "not used")
> 
> in my script, which causes an error in any case (resolving "not used"). 
> However, I think this is the default value to set if one does not want 
> triggering, right? Your suggested patch works as expected.
> 

Try set(CTEST_DROP_SITE_CDASH TRUE), that will tell the trigger not to 
run.

-Bill


More information about the CMake mailing list