diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2018-06-19 16:38:06 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2018-06-21 17:18:18 (GMT) |
commit | 5b85ef5cd05741ccf7240f095f633802cc834ebe (patch) | |
tree | 232c5711f721c6ec639164cd7b4a9e8e435d9019 /Help/release/dev | |
parent | 6651aab2aba71e273c05ff5d75bd718a4a690e67 (diff) | |
download | CMake-5b85ef5cd05741ccf7240f095f633802cc834ebe.zip CMake-5b85ef5cd05741ccf7240f095f633802cc834ebe.tar.gz CMake-5b85ef5cd05741ccf7240f095f633802cc834ebe.tar.bz2 |
Autogen: Add release notes for CMAKE_AUTOGEN_VERBOSE
Diffstat (limited to 'Help/release/dev')
-rw-r--r-- | Help/release/dev/CMAKE_AUTOGEN_VERBOSE.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/CMAKE_AUTOGEN_VERBOSE.rst b/Help/release/dev/CMAKE_AUTOGEN_VERBOSE.rst new file mode 100644 index 0000000..da559cc --- /dev/null +++ b/Help/release/dev/CMAKE_AUTOGEN_VERBOSE.rst @@ -0,0 +1,6 @@ +CMAKE_AUTOGEN_VERBOSE +--------------------- + +* The new variable :variable:`CMAKE_AUTOGEN_VERBOSE` allows + to increase the verbosity of :prop_tgt:`AUTOMOC`, :prop_tgt:`AUTOUIC` and + :prop_tgt:`AUTORCC` from within CMakeLists.txt. |