mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 14:23:10 -05:00
Merge topic 'vs-build-parallel'
48db261e69 cmake --build: Use both inter- and intra-project parallelism with msbuild
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !7926
This commit is contained in:
@@ -1155,8 +1155,6 @@ cmGlobalVisualStudio10Generator::GenerateBuildCommand(
|
||||
} else {
|
||||
makeCommand.Add(cmStrCat("/m:", std::to_string(jobs)));
|
||||
}
|
||||
// Having msbuild.exe and cl.exe using multiple jobs is discouraged
|
||||
makeCommand.Add("/p:CL_MPCount=1");
|
||||
}
|
||||
|
||||
// Respect the verbosity: 'n' normal will show build commands
|
||||
|
||||
Reference in New Issue
Block a user