diff options
Diffstat (limited to 'Help/variable/CMAKE_MESSAGE_INDENT.rst')
-rw-r--r-- | Help/variable/CMAKE_MESSAGE_INDENT.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_MESSAGE_INDENT.rst b/Help/variable/CMAKE_MESSAGE_INDENT.rst index 7e44a4c..c6263d2 100644 --- a/Help/variable/CMAKE_MESSAGE_INDENT.rst +++ b/Help/variable/CMAKE_MESSAGE_INDENT.rst @@ -1,6 +1,8 @@ CMAKE_MESSAGE_INDENT -------------------- +.. versionadded:: 3.16 + The :command:`message` command joins the strings from this list and for log levels of ``NOTICE`` and below, it prepends the resultant string to each line of the message. |