CMAKE_BUILD_PARALLEL_LEVEL.rst 295 B

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