mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 13:48:33 -05:00
40c7b46123
When using "cmake --build ." or "MSBuild ALL_BUILD.vcxproj" to drive the build the dependencies in the .sln file are not considered. This means that ProjectReference elements in .vcxproj files are used to order targets. We must ensure that the ZERO_CHECK target is listed as the first dependency of every target so that when it causes regeneration of the build files then MSBuild has not yet loaded the updated files.
115 KiB
115 KiB