summaryrefslogtreecommitdiff
path: root/Help/variable/CMAKE_RULE_MESSAGES.rst
diff options
context:
space:
mode:
authorSlava Barinov <v.barinov@samsung.com>2020-01-28 13:05:03 +0300
committerSlava Barinov <v.barinov@samsung.com>2020-01-28 13:05:03 +0300
commit2ed89a511a84c595eb24af625bc0bd88f5a3ce21 (patch)
tree2b382dc518dc3fa4a496529cb87bf6f8d8a0f6ec /Help/variable/CMAKE_RULE_MESSAGES.rst
parent5a33b45a98929bb730e6a11818416edd27e8fc00 (diff)
downloadcmake-sandbox/vbarinov/dotnet_upgrade.tar.gz
cmake-sandbox/vbarinov/dotnet_upgrade.tar.bz2
cmake-sandbox/vbarinov/dotnet_upgrade.zip
Signed-off-by: Slava Barinov <v.barinov@samsung.com>
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.