mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 21:58:50 -05:00
9f76961de8
Provide a way for custom commands and targets to set the pool variable of the ninja build statement. Setting `JOB_POOL` is not compatible with `USES_TERMINAL`, which implies the `console` pool. The option is silently ignored with other generators. Closes: #18483
7 lines
277 B
ReStructuredText
7 lines
277 B
ReStructuredText
ninja-add_custom_command-pool
|
|
--------------------------------
|
|
|
|
* The commands :command:`add_custom_command` and :command:`add_custom_target`
|
|
gained a new ``JOB_POOL`` option that works with the :generator:`Ninja`
|
|
generator to set the pool variable on the build statement.
|