CMAKE_BUILD_PARALLEL_LEVEL.rst 321 B

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