mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 21:00:17 -06:00
In commit33c15ae2b9(VS: Build custom commands concurrently when possible, 2023-01-19, v3.26.0-rc1~56^2) we added `BuildInParallel` to custom commands in `.vcxproj` files, but that had to be reverted by commitabb1c12162(VS: Revert "Build custom commands concurrently when possible", 2023-03-07, v3.26.0-rc6~3^2) because some projects may have custom commands that accidentally rely on serial execution in MSBuild. Add a policy to use `BuildInParallel` for custom commands in projects that have been updated to set the policy to `NEW`. Fixes: #18405
6 lines
176 B
ReStructuredText
6 lines
176 B
ReStructuredText
vs-BuildInParallel
|
|
------------------
|
|
|
|
* :ref:`Visual Studio Generators`, for VS 15.8 (2017) and newer, now
|
|
build custom commands in parallel. See policy :policy:`CMP0147`.
|