mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Add a `JOB_POOL_PRECOMPILE_HEADER` target property to specify the pool name, and its associated `CMAKE_JOB_POOL_PRECOMPILE_HEADER` variable. Fixes: #20217
7 lines
246 B
ReStructuredText
7 lines
246 B
ReStructuredText
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.
|