diff options
author | Craig Scott <craig.scott@crascit.com> | 2022-04-01 10:08:14 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-04-01 10:08:30 (GMT) |
commit | 6e1be5dbefab3e7317502e3d0fe4b132d0162ae5 (patch) | |
tree | 59bb51f614e4add70e3755fbc3dd9d731f86c037 | |
parent | 86cee7a383a6c871052a851291759085dc702755 (diff) | |
parent | b1c502ff94ede7bf52de7d7dbf13814823709e0a (diff) | |
download | CMake-6e1be5dbefab3e7317502e3d0fe4b132d0162ae5.zip CMake-6e1be5dbefab3e7317502e3d0fe4b132d0162ae5.tar.gz CMake-6e1be5dbefab3e7317502e3d0fe4b132d0162ae5.tar.bz2 |
Merge topic 'doc-CMAKE_USER_MAKE_RULES_OVERRIDE'
b1c502ff94 Help: Add missing cross-reference in CMAKE_USER_MAKE_RULES_OVERRIDE
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !7133
-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 |