File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ The ``CMake()`` build helper is affected by these ``[conf]`` variables:
61
61
- ``tools.build:jobs `` argument for the ``--jobs `` parameter when running Ninja generator.
62
62
63
63
- ``tools.microsoft.msbuild:max_cpu_count `` argument for the ``/m `` (``/maxCpuCount ``) when running
64
- ``MSBuild ``
64
+ ``MSBuild ``. If `` max_cpu_count=0 ``, then it will use `` /m `` without arguments, which means use all available cpus.
65
65
66
66
- ``tools.cmake:cmake_program `` specify the location of the CMake executable, instead of using the one found in the ``PATH ``.
67
67
Original file line number Diff line number Diff line change 72
72
- ``tools.build:verbosity `` accepts one of ``quiet `` or ``verbose `` to be passed
73
73
to the ``MSBuild.build() `` call as ``msbuild .... /verbosity:{Quiet,Detailed} ``.
74
74
- ``tools.microsoft.msbuild:max_cpu_count `` maximum number of CPUs to be passed to the ``MSBuild.build() ``
75
- call as ``msbuild .... /m:N ``.
75
+ call as ``msbuild .... /m:N ``. If `` max_cpu_count=0 ``, then it will use `` /m `` without arguments, which means use all available cpus.
76
76
77
77
78
78
You can’t perform that action at this time.
0 commit comments