summaryrefslogtreecommitdiffstats
path: root/Help/variable
diff options
context:
space:
mode:
authorJulien Schueller <schueller@phimeca.com>2018-09-14 07:19:27 (GMT)
committerJulien Schueller <schueller@phimeca.com>2018-09-17 08:05:30 (GMT)
commit17e581af4c950d26310b4665a051cf68bc0f7269 (patch)
tree83a8e4fa547f9169384ff75333f6d78aa9602a51 /Help/variable
parentf0c84346ed25f6b8ce3a9f79aece87a58c8a4748 (diff)
downloadCMake-17e581af4c950d26310b4665a051cf68bc0f7269.zip
CMake-17e581af4c950d26310b4665a051cf68bc0f7269.tar.gz
CMake-17e581af4c950d26310b4665a051cf68bc0f7269.tar.bz2
Help: Document CMAKE_RULE_MESSAGES variable
Fixes: #18368
Diffstat (limited to 'Help/variable')
-rw-r--r--Help/variable/CMAKE_RULE_MESSAGES.rst8
1 files changed, 8 insertions, 0 deletions
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.