[CMake] MSB8029 from VS 2013

Scott Aron Bloom scott at towel42.com
Sun Apr 5 14:46:35 EDT 2015


When creating a project using cmake, and Visual Studio 2013, I get the following warning:
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppBuild.targets(396,5): warning MSB8029: The Intermediate directory or Output directory cannot reside under the Temporary directory as it could lead to issues with incremental build. [C:\buildScripts\windows32\Build-r29592-Win32-20150405-110810-PDT\build\PACKAGE.vcxproj]

On just about every sub-project in the project.

Is there a known workaround to get rid of these?

I know if we modify the project files to include <IgnoreWarnIntDirInTempDetected>true</IgnoreWarnIntDirInTempDetected>  however, I would prefer have CMake fix this.

Scott

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake/attachments/20150405/33a143bc/attachment.html>


More information about the CMake mailing list