diff options
author | Craig Scott <craig.scott@crascit.com> | 2022-03-31 21:22:40 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2022-03-31 21:22:40 (GMT) |
commit | b1c502ff94ede7bf52de7d7dbf13814823709e0a (patch) | |
tree | 1f08d0cad8de135e331c2e1ec90ae2ec40c84c0d /Help/variable | |
parent | 63d5c8a3a82860fe5d777759e32e42d021859e46 (diff) | |
download | CMake-b1c502ff94ede7bf52de7d7dbf13814823709e0a.zip CMake-b1c502ff94ede7bf52de7d7dbf13814823709e0a.tar.gz CMake-b1c502ff94ede7bf52de7d7dbf13814823709e0a.tar.bz2 |
Help: Add missing cross-reference in CMAKE_USER_MAKE_RULES_OVERRIDE
The language-specific variable references the general one already,
but the general one did not mention the language-specific one.
Add that cross reference to improve discoverability.
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CMAKE_USER_MAKE_RULES_OVERRIDE.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_USER_MAKE_RULES_OVERRIDE.rst b/Help/variable/CMAKE_USER_MAKE_RULES_OVERRIDE.rst index 622278e..71c06cf 100644 --- a/Help/variable/CMAKE_USER_MAKE_RULES_OVERRIDE.rst +++ b/Help/variable/CMAKE_USER_MAKE_RULES_OVERRIDE.rst @@ -8,6 +8,8 @@ language from either the :command:`project` or :command:`enable_language` commands. It is loaded after CMake's builtin compiler and platform information modules have been loaded but before the information is used. The file may set platform information variables to override CMake's defaults. +See :variable:`CMAKE_USER_MAKE_RULES_OVERRIDE_<LANG>` for the language-specific +version of this variable. This feature is intended for use only in overriding information variables that must be set before CMake builds its first test project |