1CMAKE_RULE_MESSAGES 2------------------- 3 4.. versionadded:: 3.13 5 6Specify whether to report a message for each make rule. 7 8If set in the cache it is used to initialize the value of the :prop_gbl:`RULE_MESSAGES` property. 9Users may disable the option in their local build tree to disable granular messages 10and report only as each target completes in Makefile builds. 11