summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-11-17 13:15:45 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-11-17 13:15:54 (GMT)
commitc5a945dce8e1a4fb1b1db91c2dae03795c74074b (patch)
tree4cf552dd3df991e1bfb7f74f2c131ec0a007b0d2
parent14cf3b1039c6e7839acc688082a54f9bb681465d (diff)
parent48db261e69c37cd9504c27dcee952d651f7ac43b (diff)
downloadCMake-c5a945dce8e1a4fb1b1db91c2dae03795c74074b.zip
CMake-c5a945dce8e1a4fb1b1db91c2dae03795c74074b.tar.gz
CMake-c5a945dce8e1a4fb1b1db91c2dae03795c74074b.tar.bz2
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
-rw-r--r--Source/cmGlobalVisualStudio10Generator.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmGlobalVisualStudio10Generator.cxx b/Source/cmGlobalVisualStudio10Generator.cxx
index d6d808d..266e08d 100644
--- a/Source/cmGlobalVisualStudio10Generator.cxx
+++ b/Source/cmGlobalVisualStudio10Generator.cxx
@@ -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