cmake/Help/envvar/CMAKE_BUILD_PARALLEL_LEVEL.rst

14 lines
345 B
ReStructuredText
Raw Normal View History

2018-08-09 18:06:22 +02:00
CMAKE_BUILD_PARALLEL_LEVEL
--------------------------
2021-09-14 00:13:48 +02:00
.. versionadded:: 3.12
2019-11-11 23:01:05 +01:00
.. include:: ENV_VAR.txt
2018-08-09 18:06:22 +02:00
Specifies the maximum number of concurrent processes to use when building
using the ``cmake --build`` command line
:ref:`Build Tool Mode <Build Tool Mode>`.
If this variable is defined empty the native build tool's default number is
used.