Autogen: Add release notes for (CMAKE_)AUTOGEN_PARALLEL

This commit is contained in:
Sebastian Holtermann
2018-01-17 17:23:49 +01:00
parent 45ee4979fb
commit 79908ae4ae
+10
View File
@@ -0,0 +1,10 @@
autogen-parallel
----------------
* When using :prop_tgt:`AUTOMOC` or :prop_tgt:`AUTOUIC`, CMake starts multiple
parallel ``moc`` or ``uic`` processes to reduce the build time.
The new :variable:`CMAKE_AUTOGEN_PARALLEL` variable and
:prop_tgt:`AUTOGEN_PARALLEL` target property allow to modify the number of
parallel ``moc`` or ``uic`` processes to start.
By default CMake starts a single ``moc`` or ``uic`` process for each physical
CPU on the host system.