Help: Document CMAKE_RULE_MESSAGES variable

Fixes: #18368
This commit is contained in:
Julien Schueller
2018-09-14 09:19:27 +02:00
parent f0c84346ed
commit 17e581af4c
3 changed files with 10 additions and 1 deletions

View File

@@ -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.