• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1CMAKE_AUTOGEN_VERBOSE
2---------------------
3
4.. versionadded:: 3.13
5
6Sets the verbosity of :prop_tgt:`AUTOMOC`, :prop_tgt:`AUTOUIC` and
7:prop_tgt:`AUTORCC`.  A positive integer value or a true boolean value
8lets the ``AUTO*`` generators output additional processing information.
9
10Setting :variable:`CMAKE_AUTOGEN_VERBOSE` has the same effect
11as setting the ``VERBOSE`` environment variable during
12generation (e.g. by calling ``make VERBOSE=1``).
13The extra verbosity is limited to the ``AUTO*`` generators though.
14
15By default :variable:`CMAKE_AUTOGEN_VERBOSE` is unset.
16