Re: [CMake] Seemingly-unfixable warning about CMP0058 after upgrade to CMake 3.3

2015-09-29 Thread Michael Catanzaro
On Mon, 2015-09-28 at 11:51 -0400, Brad King wrote: > CMake is warning that it now prefers to generate the Ninja build file > for this case a different way than it did before but is doing it the > old way for compatibility just in case the project needs that to > build. > In this case we know we ar

[CMake] Seemingly-unfixable warning about CMP0058 after upgrade to CMake 3.3

2015-09-27 Thread Michael Catanzaro
Hi, After upgrading to CMake 3.3, I'm seeing this warning when running CMake on WebKitGTK+: CMake Warning (dev): Policy CMP0058 is not set: Ninja requires custom command byproducts to be explicit. Run "cmake --help-policy CMP0058" for policy details. Use the cmake_policy command to set th