diff options
author | Brad King <brad.king@kitware.com> | 2023-03-07 19:03:02 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-03-07 19:19:49 (GMT) |
commit | abb1c121629b77ba868dc9c9904620504e6b74f2 (patch) | |
tree | dce81db21bb607c30664d22ba12f71ac0ca01010 /Source/cmComputeLinkInformation.cxx | |
parent | 5f4dad37f03b36131e41306773a665486797733d (diff) | |
download | CMake-abb1c121629b77ba868dc9c9904620504e6b74f2.zip CMake-abb1c121629b77ba868dc9c9904620504e6b74f2.tar.gz CMake-abb1c121629b77ba868dc9c9904620504e6b74f2.tar.bz2 |
VS: Revert "Build custom commands concurrently when possible"
Since commit 33c15ae2b9 (VS: Build custom commands concurrently when
possible, 2023-01-19, v3.26.0-rc1~56^2) we add `BuildInParallel` to
custom commands in `.vcxproj` files. However, this can break existing
projects that implicitly rely on serial execution of custom commands.
For example, custom commands in our FindCUDA module run MSVC (via nvcc)
with a common `vc*.pdb` file, and therefore cannot run in parallel.
Revert use of `BuildInParallel` while leaving most of the infrastructure
for it in place. It can be restored later with an option or policy.
Fixes: #24576
Issue: #18405
Diffstat (limited to 'Source/cmComputeLinkInformation.cxx')
0 files changed, 0 insertions, 0 deletions