cmake/Help/envvar/CMAKE_INSTALL_PARALLEL_LEVEL.rst
2024-11-11 15:18:55 +01:00

12 lines
288 B
ReStructuredText

CMAKE_INSTALL_PARALLEL_LEVEL
----------------------------
.. versionadded:: 3.31
.. include:: ENV_VAR.txt
Specifies the default maximum number of concurrent processes to use when
installing using ``cmake --install``.
This has no impact unless :prop_gbl:`INSTALL_PARALLEL` is enabled.