diff options
author | Brad King <brad.king@kitware.com> | 2023-03-10 16:47:24 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-03-12 11:51:58 (GMT) |
commit | d6353e74b4dc53b98943d5d66ab5ffb0bef04d08 (patch) | |
tree | 34aefc9b5c0bc8cba575968d9a245efd93330e5c /Tests/RunCMake/find_package/RunCMakeTest.cmake | |
parent | 9db40bec4e1004baa8b397c8b52c248d8de71f67 (diff) | |
download | CMake-d6353e74b4dc53b98943d5d66ab5ffb0bef04d08.zip CMake-d6353e74b4dc53b98943d5d66ab5ffb0bef04d08.tar.gz CMake-d6353e74b4dc53b98943d5d66ab5ffb0bef04d08.tar.bz2 |
VS: Add policy to build custom commands concurrently
In commit 33c15ae2b9 (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 abb1c12162 (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
Diffstat (limited to 'Tests/RunCMake/find_package/RunCMakeTest.cmake')
0 files changed, 0 insertions, 0 deletions