summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/feature-CMAKE_MESSAGE_CONTEXT.rst
blob: a6a5c71a712c3e76c941375899e5a2eb31cd5c76 (plain)
1
2
3
4
5
6
7
8
9
10
11
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.