diff options
author | Brad King <brad.king@kitware.com> | 2015-08-21 13:37:16 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-08-21 13:37:16 (GMT) |
commit | 86bb2ce75793ff12905596edc83ecabf2bce22df (patch) | |
tree | 2cd6ffb7981bd868c4200f18c1fa9db9bcf39237 /Help/variable/CMAKE_LIBRARY_ARCHITECTURE_REGEX.rst | |
parent | badde9c2a11afd8f9127f757e964d0d94c777aad (diff) | |
parent | 3bb707f0a1408dc0381ecbf4ec934e9f14d8927c (diff) | |
download | CMake-86bb2ce75793ff12905596edc83ecabf2bce22df.zip CMake-86bb2ce75793ff12905596edc83ecabf2bce22df.tar.gz CMake-86bb2ce75793ff12905596edc83ecabf2bce22df.tar.bz2 |
Merge topic 'improve-variable-help-formatting'
3bb707f0 Help: Improve formatting of variable documentation
Diffstat (limited to 'Help/variable/CMAKE_LIBRARY_ARCHITECTURE_REGEX.rst')
-rw-r--r-- | Help/variable/CMAKE_LIBRARY_ARCHITECTURE_REGEX.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/variable/CMAKE_LIBRARY_ARCHITECTURE_REGEX.rst b/Help/variable/CMAKE_LIBRARY_ARCHITECTURE_REGEX.rst index 6c41269..1eb2ac2 100644 --- a/Help/variable/CMAKE_LIBRARY_ARCHITECTURE_REGEX.rst +++ b/Help/variable/CMAKE_LIBRARY_ARCHITECTURE_REGEX.rst @@ -3,5 +3,5 @@ CMAKE_LIBRARY_ARCHITECTURE_REGEX Regex matching possible target architecture library directory names. -This is used to detect CMAKE_<lang>_LIBRARY_ARCHITECTURE from the -implicit linker search path by matching the <arch> name. +This is used to detect :variable:`CMAKE_<LANG>_LIBRARY_ARCHITECTURE` from the +implicit linker search path by matching the ``<arch>`` name. |