From b1c502ff94ede7bf52de7d7dbf13814823709e0a Mon Sep 17 00:00:00 2001 From: Craig Scott Date: Fri, 1 Apr 2022 08:22:40 +1100 Subject: 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. --- Help/variable/CMAKE_USER_MAKE_RULES_OVERRIDE.rst | 2 ++ 1 file changed, 2 insertions(+) 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_` 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 -- cgit v0.12