diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2018-06-19 16:18:23 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2018-06-21 17:18:18 (GMT) |
commit | 6651aab2aba71e273c05ff5d75bd718a4a690e67 (patch) | |
tree | 0883730cb09fd0e173cb36ced8fc6bd104d16d6c /Help/variable | |
parent | aa7d8a092caa32c0003071eed46fe0bf6539bed5 (diff) | |
download | CMake-6651aab2aba71e273c05ff5d75bd718a4a690e67.zip CMake-6651aab2aba71e273c05ff5d75bd718a4a690e67.tar.gz CMake-6651aab2aba71e273c05ff5d75bd718a4a690e67.tar.bz2 |
Autogen: Add documentation for CMAKE_AUTOGEN_VERBOSE
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CMAKE_AUTOGEN_VERBOSE.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_AUTOGEN_VERBOSE.rst b/Help/variable/CMAKE_AUTOGEN_VERBOSE.rst new file mode 100644 index 0000000..bad9cf2 --- /dev/null +++ b/Help/variable/CMAKE_AUTOGEN_VERBOSE.rst @@ -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. |