You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cmake/Help/variable/CMAKE_AUTOGEN_PARALLEL.rst

13 lines
386 B

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.