mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
Ninja: Add a separate job pool for PCH creation
Add a `JOB_POOL_PRECOMPILE_HEADER` target property to specify the pool name, and its associated `CMAKE_JOB_POOL_PRECOMPILE_HEADER` variable. Fixes: #20217
This commit is contained in:
6
Help/variable/CMAKE_JOB_POOL_PRECOMPILE_HEADER.rst
Normal file
6
Help/variable/CMAKE_JOB_POOL_PRECOMPILE_HEADER.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
CMAKE_JOB_POOL_PRECOMPILE_HEADER
|
||||
--------------------------------
|
||||
|
||||
This variable is used to initialize the :prop_tgt:`JOB_POOL_PRECOMPILE_HEADER`
|
||||
property on all the targets. See :prop_tgt:`JOB_POOL_PRECOMPILE_HEADER`
|
||||
for additional information.
|
||||
Reference in New Issue
Block a user