Autogen: Add documentation for CMAKE_AUTOGEN_VERBOSE

This commit is contained in:
Sebastian Holtermann
2018-06-19 18:18:23 +02:00
parent aa7d8a092c
commit 6651aab2ab
2 changed files with 14 additions and 0 deletions

View File

@@ -290,6 +290,7 @@ Variables that Control the Build
/variable/CMAKE_ARCHIVE_OUTPUT_DIRECTORY
/variable/CMAKE_ARCHIVE_OUTPUT_DIRECTORY_CONFIG
/variable/CMAKE_AUTOGEN_PARALLEL
/variable/CMAKE_AUTOGEN_VERBOSE
/variable/CMAKE_AUTOMOC
/variable/CMAKE_AUTOMOC_COMPILER_PREDEFINES
/variable/CMAKE_AUTOMOC_DEPEND_FILTERS

View File

@@ -0,0 +1,13 @@
CMAKE_AUTOGEN_VERBOSE
---------------------
Sets the verbosity of :prop_tgt:`AUTOMOC`, :prop_tgt:`AUTOUIC` and
:prop_tgt:`AUTORCC`. A positive integer value or a true boolean value
lets the ``AUTO*`` generators output additional processing information.
Setting :variable:`CMAKE_AUTOGEN_VERBOSE` has the same effect
as setting the ``VERBOSE`` environment variable during
generation (e.g. by calling ``make VERBOSE=1``).
The extra verbosity is limited to the ``AUTO*`` generators though.
By default :variable:`CMAKE_AUTOGEN_VERBOSE` is unset.