summaryrefslogtreecommitdiff
path: root/Help/variable/CMAKE_AUTOGEN_PARALLEL.rst
blob: 2ada012ec91ed610dbe76cac07c3b1a22e0a53cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 :variable:`CMAKE_AUTOGEN_PARALLEL` is unset.