summaryrefslogtreecommitdiff
path: root/Help/release/dev/feature-CMAKE_MESSAGE_CONTEXT
diff options
context:
space:
mode:
Diffstat (limited to 'Help/release/dev/feature-CMAKE_MESSAGE_CONTEXT')
-rw-r--r--Help/release/dev/feature-CMAKE_MESSAGE_CONTEXT5
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/feature-CMAKE_MESSAGE_CONTEXT b/Help/release/dev/feature-CMAKE_MESSAGE_CONTEXT
index eb24e201b3..a6a5c71a71 100644
--- a/Help/release/dev/feature-CMAKE_MESSAGE_CONTEXT
+++ b/Help/release/dev/feature-CMAKE_MESSAGE_CONTEXT
@@ -4,3 +4,8 @@ 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.