From 2ed89a511a84c595eb24af625bc0bd88f5a3ce21 Mon Sep 17 00:00:00 2001 From: Slava Barinov Date: Tue, 28 Jan 2020 13:05:03 +0300 Subject: configure updated Signed-off-by: Slava Barinov --- Help/variable/CMAKE_RULE_MESSAGES.rst | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Help/variable/CMAKE_RULE_MESSAGES.rst (limited to 'Help/variable/CMAKE_RULE_MESSAGES.rst') 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. -- cgit v1.2.3