TARGET_MESSAGES.rst 745 B

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