[cmake-developers] -GNinja on Windows

Peter Kümmel syntheticpp at gmx.net
Fri Jun 8 17:15:51 EDT 2012


>
> It is not getting that far.  It is not even running cmcldeps.  :)
> The command= line is bad, so nothing builds, and we get no .d files.
>

I added parentheses around cmcldeps, it should work now.

>>
>> I also found that CMAKE_CL_SHOWINCLUDE_PREFIX is not set for different
>> CMakeLists.txt. I assume Windows-cl.cmake is the wrong place for it.
>>
>> How can I make CMAKE_CL_SHOWINCLUDE_PREFIX as visible as CMAKE_C_COMPILER?
>>
> I think it is going to have to go into CMakeCXXPlatform.cmake that gets
> configured just before the code you just added.

Thanks, right direction. I added it to CMakeC*Compiler.cmake.in.

Peter



More information about the cmake-developers mailing list