mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
159ba027b9
Fixes: #26000
12 lines
288 B
ReStructuredText
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.
|