mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715
11 lines
365 B
ReStructuredText
11 lines
365 B
ReStructuredText
CMAKE_RULE_MESSAGES
|
|
-------------------
|
|
|
|
.. versionadded:: 3.13
|
|
|
|
Specify whether to report a message for each make rule.
|
|
|
|
If set in the cache it is used to initialize the value of the :prop_gbl:`RULE_MESSAGES` property.
|
|
Users may disable the option in their local build tree to disable granular messages
|
|
and report only as each target completes in Makefile builds.
|