[cmake-developers] Ninja generator on Windows

Bill Hoffman bill.hoffman at kitware.com
Wed Feb 1 22:23:50 EST 2012


On 2/1/2012 4:19 PM, Peter Kümmel wrote:
>>
>
> We can't use cmd. Maybe ninja could be fixed.

If not, you could come up with something that uses CMake scripts.

cmake -E foo.cmake
----foo.cmake----
execute_process(....)


Not ideal, but until ninja figures it out, cmake can become the shell 
for ninja.

-Bill



More information about the cmake-developers mailing list