diff options
author | Julien Schueller <schueller@phimeca.com> | 2018-09-14 07:19:27 (GMT) |
---|---|---|
committer | Julien Schueller <schueller@phimeca.com> | 2018-09-17 08:05:30 (GMT) |
commit | 17e581af4c950d26310b4665a051cf68bc0f7269 (patch) | |
tree | 83a8e4fa547f9169384ff75333f6d78aa9602a51 /Help/prop_gbl | |
parent | f0c84346ed25f6b8ce3a9f79aece87a58c8a4748 (diff) | |
download | CMake-17e581af4c950d26310b4665a051cf68bc0f7269.zip CMake-17e581af4c950d26310b4665a051cf68bc0f7269.tar.gz CMake-17e581af4c950d26310b4665a051cf68bc0f7269.tar.bz2 |
Help: Document CMAKE_RULE_MESSAGES variable
Fixes: #18368
Diffstat (limited to 'Help/prop_gbl')
-rw-r--r-- | Help/prop_gbl/RULE_MESSAGES.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/prop_gbl/RULE_MESSAGES.rst b/Help/prop_gbl/RULE_MESSAGES.rst index 87a5ca6..a9734a7 100644 --- a/Help/prop_gbl/RULE_MESSAGES.rst +++ b/Help/prop_gbl/RULE_MESSAGES.rst @@ -8,6 +8,6 @@ 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 -of detailed reports. If a ``CMAKE_RULE_MESSAGES`` cache entry exists +of detailed reports. If a :variable:`CMAKE_RULE_MESSAGES` cache entry exists its value initializes the value of this property. Non-Makefile generators currently ignore this property. |