Re: [cmake-developers] FastBuild Generator

2016-10-10 Thread Brad King
On 10/10/2016 09:39 AM, Charles Huet wrote: > * the test CMake.CheckSourceTree does not work with Fastbuild, > but I could not get it to work with Ninja either, maybe I > have an environment problem ? It works with Ninja for me. Are you building CMake out-of-source? > * the test

Re: [cmake-developers] FastBuild Generator

2016-10-10 Thread Charles Huet
Hi again. I performed all the aforementioned actions, please check everything is OK for you. I have a few questions: * the test CMake.CheckSourceTree does not work with Fastbuild, but I could not get it to work with Ninja either, maybe I have an environment problem ? * the test SimpleInstall

Re: [cmake-developers] Patch: Don't emit warning when config file not found

2016-10-10 Thread Brad King
On 10/09/2016 03:24 PM, Christoph GrĂ¼ninger wrote: > * or loosing the output of tests and feature summary, as both tests are QUIET. > > I'd prefer to write the error message to the CMakeError.log and reduce > the output to one line. I think, the current behavior must be considered > a bug. The