-
- Downloads
VS: Add policy to build custom commands concurrently
In commit 33c15ae2 (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 commit abb1c121 (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
Showing
- Help/manual/cmake-policies.7.rst 1 addition, 0 deletionsHelp/manual/cmake-policies.7.rst
- Help/policy/CMP0147.rst 24 additions, 0 deletionsHelp/policy/CMP0147.rst
- Help/release/dev/vs-BuildInParallel.rst 5 additions, 0 deletionsHelp/release/dev/vs-BuildInParallel.rst
- Source/cmPolicies.h 7 additions, 2 deletionsSource/cmPolicies.h
- Source/cmVisualStudio10TargetGenerator.cxx 7 additions, 2 deletionsSource/cmVisualStudio10TargetGenerator.cxx
- Tests/RunCMake/VS10Project/CustomCommandParallel-check.cmake 40 additions, 0 deletionsTests/RunCMake/VS10Project/CustomCommandParallel-check.cmake
- Tests/RunCMake/VS10Project/CustomCommandParallel.cmake 5 additions, 0 deletionsTests/RunCMake/VS10Project/CustomCommandParallel.cmake
- Tests/RunCMake/VS10Project/RunCMakeTest.cmake 3 additions, 0 deletionsTests/RunCMake/VS10Project/RunCMakeTest.cmake
Loading