mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 05:38:24 -05:00
c36910476a
At least the top-reference links. Internal `:ref:` usages have been left intact.
13 lines
386 B
ReStructuredText
13 lines
386 B
ReStructuredText
CMAKE_AUTOGEN_PARALLEL
|
|
----------------------
|
|
|
|
.. versionadded:: 3.11
|
|
|
|
Number of parallel ``moc`` or ``uic`` processes to start when using
|
|
:prop_tgt:`AUTOMOC` and :prop_tgt:`AUTOUIC`.
|
|
|
|
This variable is used to initialize the :prop_tgt:`AUTOGEN_PARALLEL` property
|
|
on all the targets. See that target property for additional information.
|
|
|
|
By default ``CMAKE_AUTOGEN_PARALLEL`` is unset.
|