diff options
Diffstat (limited to 'Help/release/dev/feature-CMAKE_MESSAGE_CONTEXT.rst')
-rw-r--r-- | Help/release/dev/feature-CMAKE_MESSAGE_CONTEXT.rst | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Help/release/dev/feature-CMAKE_MESSAGE_CONTEXT.rst b/Help/release/dev/feature-CMAKE_MESSAGE_CONTEXT.rst deleted file mode 100644 index a6a5c71..0000000 --- a/Help/release/dev/feature-CMAKE_MESSAGE_CONTEXT.rst +++ /dev/null @@ -1,11 +0,0 @@ -feature-CMAKE_MESSAGE_CONTEXT ------------------------------ - -* The :variable:`CMAKE_MESSAGE_LOG_LEVEL` variable can now be used - to persist a log level between CMake runs, unlike the ``--log-level`` - command line option which only applies to that particular run. - -* The :command:`message` command learned to output context provided in - the :variable:`CMAKE_MESSAGE_CONTEXT` variable for log levels - ``NOTICE`` and below. Enable this output with the new ``--log-context`` - command-line option or :variable:`CMAKE_MESSAGE_CONTEXT_SHOW` variable. |