CMAKE_BUILD_PARALLEL_LEVEL.rst 345 B

12345678910111213
  1. CMAKE_BUILD_PARALLEL_LEVEL
  2. --------------------------
  3. .. versionadded:: 3.12
  4. .. include:: ENV_VAR.txt
  5. Specifies the maximum number of concurrent processes to use when building
  6. using the ``cmake --build`` command line
  7. :ref:`Build Tool Mode <Build Tool Mode>`.
  8. If this variable is defined empty the native build tool's default number is
  9. used.