CMAKE_AUTOGEN_PARALLEL.rst 386 B

123456789101112
  1. CMAKE_AUTOGEN_PARALLEL
  2. ----------------------
  3. .. versionadded:: 3.11
  4. Number of parallel ``moc`` or ``uic`` processes to start when using
  5. :prop_tgt:`AUTOMOC` and :prop_tgt:`AUTOUIC`.
  6. This variable is used to initialize the :prop_tgt:`AUTOGEN_PARALLEL` property
  7. on all the targets. See that target property for additional information.
  8. By default ``CMAKE_AUTOGEN_PARALLEL`` is unset.