Re: [CMake] trigger site error in 2.8.0+

2010-08-24 Thread David Blado
That did the trick - thanks David! From: David Cole [mailto:david.c...@kitware.com] Sent: Tuesday, August 24, 2010 11:10 AM To: David Blado Cc: cmake@cmake.org Subject: Re: [CMake] trigger site error in 2.8.0+ The "trigger" code is only exe

Re: [CMake] trigger site error in 2.8.0+

2010-08-24 Thread David Cole
The "trigger" code is only executed when ctest thinks that it is NOT CDash on the other side of the url. So: it should avoid that code if you have the following in your CTestConfig.cmake file: set(CTEST_DROP_SITE_CDASH TRUE) HTH, David On Tue, Aug 24, 2010 at 1:25 PM, David Blado wrote: > H

[CMake] trigger site error in 2.8.0+

2010-08-24 Thread David Blado
Hi All, I am (finally) getting around to upgrading to 2.8.x from 2.6.x and noticed that there is a new error message. This does not seem to prevent CDash from receiving the submission but I still wanted to bring it up. I understand that the 'Trigger site' is an old Dart thing and is not requi