cmake/Help/prop_gbl/RULE_MESSAGES.rst

14 lines
605 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
RULE_MESSAGES
-------------
Specify whether to report a message for each make rule.
This property specifies whether Makefile generators should add a
progress message describing what each build rule does. If the
property is not set the default is ON. Set the property to OFF to
disable granular messages and report only as each target completes.
This is intended to allow scripted builds to avoid the build time cost
2018-10-28 12:09:07 +01:00
of detailed reports. If a :variable:`CMAKE_RULE_MESSAGES` cache entry exists
2016-07-09 11:21:54 +02:00
its value initializes the value of this property. Non-Makefile
generators currently ignore this property.