[cmake-developers] suppress-unused-cli-with-value-in-cache

Stephen Kelly steveire at gmail.com
Mon Jun 3 12:40:00 EDT 2013


Brad King wrote:

> On 05/28/2013 02:39 PM, Stephen Kelly wrote:
>> 
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=31084c207d23c98f85f160ab98e37ff8a705818c
>>     CLI: Suppress the unused warning if the key value pair is cached.
> [snip]
>> -    --build-noclean
> 
> The removal of this option means CTest is trying to clean the
> "WarnUnusedCliUnused" project but no such .xcodeproj or .sln
> exists in their respective generators because the test uses
> the VariableWatch test source tree.  This leads to failures
> on the continuous:

Ah, I was wondering what caused those.

> 
>  http://open.cdash.org/testDetails.php?test=192402105&build=2926323
>  xcodebuild: Error: the project WarnUnusedCliUnused.xcodeproj does not
>  exist in this directory.
> 
>  http://open.cdash.org/testDetails.php?test=192545848&build=2926328
>   The following files specified on the command line:
>    WarnUnusedCliUnused.sln
>   could not be found and will not be loaded.
> 
> Please refactor the test accordingly.

I've pushed a fix, but I think the continuous tests will fail everywhere 
until they do a clean build again (can that be triggered?).

Thanks,

Steve.





More information about the cmake-developers mailing list