CMAKE_INSTALL_PARALLEL_LEVEL.rst 296 B

1234567891011
  1. CMAKE_INSTALL_PARALLEL_LEVEL
  2. ----------------------------
  3. .. versionadded:: 3.31
  4. .. include:: include/ENV_VAR.rst
  5. Specifies the default maximum number of concurrent processes to use when
  6. installing using ``cmake --install``.
  7. This has no impact unless :prop_gbl:`INSTALL_PARALLEL` is enabled.