[Cmake-commits] CMake branch, master, updated. v3.15.0-rc3-270-g3b62d5e
Kitware Robot
kwrobot at kitware.com
Wed Jul 10 06:53:15 EDT 2019
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, master has been updated
via 3b62d5e677d708d1c89df5cbd63ccd778d8ccb5b (commit)
via 42a9e610564ddbae1f9749bebe3a6737482d93dd (commit)
from 522b687c89237853538680b9a6300f47645768bb (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3b62d5e677d708d1c89df5cbd63ccd778d8ccb5b
commit 3b62d5e677d708d1c89df5cbd63ccd778d8ccb5b
Merge: 522b687 42a9e61
Author: Craig Scott <craig.scott at crascit.com>
AuthorDate: Wed Jul 10 10:44:04 2019 +0000
Commit: Kitware Robot <kwrobot at kitware.com>
CommitDate: Wed Jul 10 06:44:17 2019 -0400
Merge topic 'docs-message-cmake-gui'
42a9e61056 message() help: Clarify how logs are displayed in various tools
Acked-by: Kitware Robot <kwrobot at kitware.com>
Merge-request: !3523
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=42a9e610564ddbae1f9749bebe3a6737482d93dd
commit 42a9e610564ddbae1f9749bebe3a6737482d93dd
Author: Frank Dana <ferdnyc at gmail.com>
AuthorDate: Sun Jul 7 20:49:42 2019 -0400
Commit: Craig Scott <craig.scott at crascit.com>
CommitDate: Wed Jul 10 09:40:11 2019 +1000
message() help: Clarify how logs are displayed in various tools
diff --git a/Help/command/message.rst b/Help/command/message.rst
index 3f9216a..5dca6b4 100644
--- a/Help/command/message.rst
+++ b/Help/command/message.rst
@@ -53,12 +53,12 @@ The optional ``<mode>`` keyword determines the type of message:
The CMake command-line tool displays ``STATUS`` to ``TRACE`` messages on stdout
with the message preceded by two hyphens and a space. All other message types
-are sent to stderr and are not prefixed with hyphens. The CMake GUI displays
-all messages in its log area. The interactive dialogs (:manual:`ccmake(1)`
-and :manual:`cmake-gui(1)`) show ``STATUS`` to ``TRACE`` messages one at a
-time on a status line and other messages in interactive pop-up boxes.
-The ``--loglevel`` command-line option to each of these tools can be used to
-control which messages will be shown.
+are sent to stderr and are not prefixed with hyphens. The
+:manual:`CMake GUI <cmake-gui(1)>` displays all messages in its log area.
+The :manual:`curses interface <ccmake(1)>` shows ``STATUS`` to ``TRACE``
+messages one at a time on a status line and other messages in an
+interactive pop-up box. The ``--loglevel`` command-line option to each of
+these tools can be used to control which messages will be shown.
CMake Warning and Error message text displays using a simple markup
language. Non-indented text is formatted in line-wrapped paragraphs
-----------------------------------------------------------------------
Summary of changes:
Help/command/message.rst | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list