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

Brad King brad.king at kitware.com
Mon Jun 3 10:14:22 EDT 2013


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:

 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.

Thanks,
-Brad


More information about the cmake-developers mailing list