C:\dev\My Tests\Nightly\VTK Win32-ninja-Debug>ninja -v vtkChartsCoreCxxTests [1/1] cmd.exe /c cd . && "C:\Program Files\CMake 2.8\bin\cmake.exe" -E vs_link_exe C:\PROGRA~1\MICRO S~1.0\VC\bin\link.exe /nologo @CMakeFiles/vtkChartsCoreCxxTests.rsp /out:bin\vtkChartsCoreCxxTests. exe /implib:lib\vtkChartsCoreCxxTests.lib /pdb:bin\vtkChartsCoreCxxTests.pdb /version:0.0 /machine:
X86   /debug /INCREMENTAL  /subsystem:console  && cd .
LINK : warning LNK4044: unrecognized option '/link'; ignored
LINK : bin\vtkChartsCoreCxxTests.exe not found or not built by the last incremental link; performing
full link

It must be in the CMakeFiles/vtkChartsCoreCxxTests.rsp file, but that file's gone after the command executes. Is there an easy way to keep the response files around, or capture their contents, or just avoid their use without re-building CMake...?

--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to