mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Add a TARGET_MESSAGES property to control whether Makefile targets print the "Built target " completion messages. Default to ON to preserve existing behavior.
7 lines
229 B
ReStructuredText
7 lines
229 B
ReStructuredText
makefile-target-messages
|
|
------------------------
|
|
|
|
* A :prop_gbl:`TARGET_MESSAGES` global property was added to tell the
|
|
:ref:`Makefile Generators` whether to generate commands to print output
|
|
after each target is completed.
|