cmake/Help/variable/CMAKE_RULE_MESSAGES.rst

11 lines
365 B
ReStructuredText
Raw Normal View History

2018-10-28 12:09:07 +01:00
CMAKE_RULE_MESSAGES
-------------------
2021-09-14 00:13:48 +02:00
.. versionadded:: 3.13
2018-10-28 12:09:07 +01:00
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.