mirror of https://github.com/Kitware/CMake.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
265 B
6 lines
265 B
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.
|