summaryrefslogtreecommitdiff
path: root/Help/variable/CMAKE_RULE_MESSAGES.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/variable/CMAKE_RULE_MESSAGES.rst')
-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 000000000..7460a81ee
--- /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.