JOB_POOL_COMPILE.rst 421 B

1234567891011121314151617
  1. JOB_POOL_COMPILE
  2. ----------------
  3. Ninja only: Pool used for compiling.
  4. The number of parallel compile processes could be limited by defining
  5. pools with the global :prop_gbl:`JOB_POOLS`
  6. property and then specifying here the pool name.
  7. For instance:
  8. .. code-block:: cmake
  9. set_property(TARGET myexe PROPERTY JOB_POOL_COMPILE ten_jobs)
  10. This property is initialized by the value of
  11. :variable:`CMAKE_JOB_POOL_COMPILE`.