Skip to content

message: Introduce `CMAKE_MESSAGE_CONTEXT`

Alex Turbov requested to merge zaufi/cmake:feature/CMAKE_MESSAGE_CONTEXT into master

The message command learned to output context stored in the CMAKE_MESSAGE_CONTEXT variable for log levels NOTICE and below.

Similar usage/feature found in CMake code:

  • FindMatlab.cmake module use prefix [MATLAB] in every literal string it prints.
Edited by Craig Scott

Merge request reports