浏览代码

Merge topic 'vs-build-parallel'

48db261e69 cmake --build: Use both inter- and intra-project parallelism with msbuild

Acked-by: Kitware Robot <[email protected]>
Merge-request: !7926
Brad King 2 年之前
父节点
当前提交
c5a945dce8
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      Source/cmGlobalVisualStudio10Generator.cxx

+ 0 - 2
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