[Cmake-commits] CMake branch, master, updated. v3.12.2-647-ge7fcd3b
Kitware Robot
kwrobot at kitware.com
Mon Sep 17 11:35:05 EDT 2018
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 e7fcd3b8ebe0889e47164fd5a93138570e638228 (commit)
via 17e581af4c950d26310b4665a051cf68bc0f7269 (commit)
from 2af106a43a259533b0cec262ca368f577c3925b0 (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=e7fcd3b8ebe0889e47164fd5a93138570e638228
commit e7fcd3b8ebe0889e47164fd5a93138570e638228
Merge: 2af106a 17e581a
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Sep 17 15:27:21 2018 +0000
Commit: Kitware Robot <kwrobot at kitware.com>
CommitDate: Mon Sep 17 11:27:29 2018 -0400
Merge topic 'cmake_rule_messages_doc'
17e581af4c Help: Document CMAKE_RULE_MESSAGES variable
Acked-by: Kitware Robot <kwrobot at kitware.com>
Merge-request: !2383
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=17e581af4c950d26310b4665a051cf68bc0f7269
commit 17e581af4c950d26310b4665a051cf68bc0f7269
Author: Julien Schueller <schueller at phimeca.com>
AuthorDate: Fri Sep 14 09:19:27 2018 +0200
Commit: Julien Schueller <schueller at phimeca.com>
CommitDate: Mon Sep 17 10:05:30 2018 +0200
Help: Document CMAKE_RULE_MESSAGES variable
Fixes: #18368
diff --git a/Help/manual/cmake-variables.7.rst b/Help/manual/cmake-variables.7.rst
index d8a5def..6071999 100644
--- a/Help/manual/cmake-variables.7.rst
+++ b/Help/manual/cmake-variables.7.rst
@@ -78,6 +78,7 @@ Variables that Provide Information
/variable/CMAKE_PROJECT_VERSION_TWEAK
/variable/CMAKE_RANLIB
/variable/CMAKE_ROOT
+ /variable/CMAKE_RULE_MESSAGES
/variable/CMAKE_SCRIPT_MODE_FILE
/variable/CMAKE_SHARED_LIBRARY_PREFIX
/variable/CMAKE_SHARED_LIBRARY_SUFFIX
diff --git a/Help/prop_gbl/RULE_MESSAGES.rst b/Help/prop_gbl/RULE_MESSAGES.rst
index 87a5ca6..a9734a7 100644
--- a/Help/prop_gbl/RULE_MESSAGES.rst
+++ b/Help/prop_gbl/RULE_MESSAGES.rst
@@ -8,6 +8,6 @@ progress message describing what each build rule does. If the
property is not set the default is ON. Set the property to OFF to
disable granular messages and report only as each target completes.
This is intended to allow scripted builds to avoid the build time cost
-of detailed reports. If a ``CMAKE_RULE_MESSAGES`` cache entry exists
+of detailed reports. If a :variable:`CMAKE_RULE_MESSAGES` cache entry exists
its value initializes the value of this property. Non-Makefile
generators currently ignore this property.
diff --git a/Help/variable/CMAKE_RULE_MESSAGES.rst b/Help/variable/CMAKE_RULE_MESSAGES.rst
new file mode 100644
index 0000000..7460a81
--- /dev/null
+++ b/Help/variable/CMAKE_RULE_MESSAGES.rst
@@ -0,0 +1,8 @@
+CMAKE_RULE_MESSAGES
+-------------------
+
+Specify whether to report a message for each make rule.
+
+If set in the cache it is used to initialize the value of the :prop_gbl:`RULE_MESSAGES` property.
+Users may disable the option in their local build tree to disable granular messages
+and report only as each target completes in Makefile builds.
-----------------------------------------------------------------------
Summary of changes:
Help/manual/cmake-variables.7.rst | 1 +
Help/prop_gbl/RULE_MESSAGES.rst | 2 +-
Help/variable/CMAKE_RULE_MESSAGES.rst | 8 ++++++++
3 files changed, 10 insertions(+), 1 deletion(-)
create mode 100644 Help/variable/CMAKE_RULE_MESSAGES.rst
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list