diff options
author | Brad King <brad.king@kitware.com> | 2021-02-05 18:14:34 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-02-05 21:05:25 (GMT) |
commit | 5dd356cefcc128c3be8d908a4c89140865467ee2 (patch) | |
tree | 7c039cdb55ea908fbb806662d1a1668c799fcc12 /Help/prop_tgt | |
parent | acb33d0904121f10891cb3aa0622b11d4e527304 (diff) | |
download | CMake-5dd356cefcc128c3be8d908a4c89140865467ee2.zip CMake-5dd356cefcc128c3be8d908a4c89140865467ee2.tar.gz CMake-5dd356cefcc128c3be8d908a4c89140865467ee2.tar.bz2 |
Help: Convert some genex names to explicit cross-references
Since commit c2dc7e0f53 (Help: Convert genex documentation to sphinx
domain objects, 2021-01-15) we can use `:genex:` cross-references to
link to named generator expressions. Update some places to do this.
This is meant to demonstrate the capability, not as a comprehensive
sweep.
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r-- | Help/prop_tgt/INSTALL_NAME_DIR.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/prop_tgt/INSTALL_NAME_DIR.rst b/Help/prop_tgt/INSTALL_NAME_DIR.rst index 747615a..8faefb7 100644 --- a/Help/prop_tgt/INSTALL_NAME_DIR.rst +++ b/Help/prop_tgt/INSTALL_NAME_DIR.rst @@ -12,5 +12,5 @@ This property is initialized by the value of the variable created. This property supports :manual:`generator expressions <cmake-generator-expressions(7)>`. -In particular, the ``$<INSTALL_PREFIX>`` generator expression can be used to set the -directory relative to the install-time prefix. +In particular, the :genex:`$<INSTALL_PREFIX>` generator expression can be +used to set the directory relative to the install-time prefix. |