[cmake-developers] -GNinja on Windows

Peter Kümmel syntheticpp at gmx.net
Sat Jun 9 03:18:20 EDT 2012


On 09.06.2012 03:28, Bill Hoffman wrote:
>
> fails in a new way:
>
> http://open.cdash.org/viewConfigure.php?buildid=2345213
>
> FAILED: "CMAKE_CMCLDEPS_EXECUTABLE-NOTFOUND" testCXXCompiler.cxx
>     CMakeFiles\cmTryCompileExec4166421573.dir\testCXXCompiler.cxx.obj.d
>     CMakeFiles\cmTryCompileExec4166421573.dir\testCXXCompiler.cxx.obj "Note:
>     including file: " C:\PROGRA~2\MICROS~1.0\VC\bin\cl.exe /nologo /DWIN32
>     /D_WINDOWS /W3 /Zm1000 /EHsc /GR /D_DEBUG /MDd /Zi /Ob0 /Od /RTC1 /TP
>     /FoCMakeFiles\cmTryCompileExec4166421573.dir\testCXXCompiler.cxx.obj
>     /FdcmTryCompileExec4166421573.pdb -c testCXXCompiler.cxx
>
>     CreateProcess failed: The system cannot find the file specified.

For testing your system is better than any build server ;)

I did a FIND_PROGRAM for setting CMAKE_CMCLDEPS_EXECUTABLE, now
cmake.exe in CMAKE_COMMAND is simply replaced by cmcldeps.exe.

But it seems I have also to switch to a patch with spaces.

Peter



More information about the cmake-developers mailing list