[CMake] Tracker.exe response file error
Petr Kmoch
petr.kmoch at gmail.com
Mon Jan 7 05:51:54 EST 2013
Hi all.
On Windows, Visual Studio 2010, some machines in our company experience
this error (
http://connect.microsoft.com/VisualStudio/feedback/details/540902/tracker-exe-response-file-not-found)
when "detecting C compiler", which makes it impossible to use CMake on
them. The workaround (mentioned in the link) would be to add the following
to the .vcxproj generated for try_compile:
<PropertyGroup>
<TrackFileAccess>false</TrackFileAccess>
</PropertyGroup>
Or add the following to the msbuild command line: /p:TrackFileAccess=false
Is there a way to do this with the current capabilities of CMake (any of
env.var, cache var, command-line option, ...)? Or should I raise a bug
report? Has anyone encountered this problem, and is there a solution?
Thanks in advance.
Petr
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20130107/62a45a3d/attachment.htm>
More information about the CMake
mailing list