blob: 2ada012ec91ed610dbe76cac07c3b1a22e0a53cf [file] [log] [blame]
Ryan Prichard7aea7e92022-01-13 17:30:17 -08001CMAKE_AUTOGEN_PARALLEL
2----------------------
3
4.. versionadded:: 3.11
5
6Number of parallel ``moc`` or ``uic`` processes to start when using
7:prop_tgt:`AUTOMOC` and :prop_tgt:`AUTOUIC`.
8
9This variable is used to initialize the :prop_tgt:`AUTOGEN_PARALLEL` property
10on all the targets. See that target property for additional information.
11
12By default :variable:`CMAKE_AUTOGEN_PARALLEL` is unset.