mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
18 lines
457 B
ReStructuredText
18 lines
457 B
ReStructuredText
JOB_POOL_COMPILE
|
|
----------------
|
|
|
|
.. versionadded:: 4.5
|
|
|
|
:ref:`Ninja only <Ninja Generators>`: Pool used for compiling.
|
|
|
|
The number of parallel compile processes for a rule may be limited by defining
|
|
pools with the global :prop_gbl:`JOB_POOLS` property and then specifying the
|
|
pool to use.
|
|
|
|
See Also
|
|
^^^^^^^^
|
|
|
|
* :prop_tgt:`JOB_POOL_COMPILE` target property
|
|
* :prop_fs:`JOB_POOL_COMPILE` file set property
|
|
* :prop_sf:`JOB_POOL_COMPILE` source file property
|