• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1TARGET_MESSAGES
2---------------
3
4.. versionadded:: 3.4
5
6Specify whether to report the completion of each target.
7
8This property specifies whether :ref:`Makefile Generators` should
9add a progress message describing that each target has been completed.
10If the property is not set the default is ``ON``.  Set the property
11to ``OFF`` to disable target completion messages.
12
13This option is intended to reduce build output when little or no
14work needs to be done to bring the build tree up to date.
15
16If a ``CMAKE_TARGET_MESSAGES`` cache entry exists its value
17initializes the value of this property.
18
19Non-Makefile generators currently ignore this property.
20
21See the counterpart property :prop_gbl:`RULE_MESSAGES` to disable
22everything except for target completion messages.
23