blob: 39be2e94599b54a380f56f6047c834513a3f612f (
plain)
1
2
3
4
5
6
7
8
9
10
|
CMAKE_RULE_MESSAGES
-------------------
.. versionadded:: 3.13
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.
|