Re: [cmake-developers] FastBuild Generator

2016-10-11 Thread Brad King
On 10/11/2016 04:27 AM, Charles Huet wrote: > CMake Error at CheckSourceTreeTest.cmake:355 (message): >test fails: local source tree non-additions: use git add before committing, >or remove the files from the source tree The purpose of the test is to fail if there are any local

Re: [cmake-developers] FastBuild Generator

2016-10-11 Thread Charles Huet
> It works with Ninja for me. Are you building CMake out-of-source? Yes. The complete list of commands I used is (from a clean build dir): cmake ..\CMake -G Ninja -DCMAKE_BUILD_TYPE=Debug ninja ctest -V -R CheckSourceTree In a MSVC2012 x64 command prompt. I used the installed CMake to both