Hi all.<br><br>On Windows, Visual Studio 2010, some machines in our company experience this error (<a href="http://connect.microsoft.com/VisualStudio/feedback/details/540902/tracker-exe-response-file-not-found">http://connect.microsoft.com/VisualStudio/feedback/details/540902/tracker-exe-response-file-not-found</a>) 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:<br>
<br> <PropertyGroup><br> <TrackFileAccess>false</TrackFileAccess><br></PropertyGroup><br><br>Or add the following to the msbuild command line: /p:TrackFileAccess=false<br><br>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?<br>
<br>Thanks in advance.<br><br>Petr<br>