diff options
author | Brad King <brad.king@kitware.com> | 2023-10-30 12:34:33 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-10-30 12:34:44 (GMT) |
commit | 8e77c6e8ae497632fd39c4b3da1965215eb6a568 (patch) | |
tree | 4e348797519897af6f22d1dab44a75e001bd1f9a | |
parent | 3548b92d62c53e63fd5f485fa40fb8f21a2f44ba (diff) | |
parent | 59c2143920a0f812436d5226500c0417a57cc267 (diff) | |
download | CMake-8e77c6e8ae497632fd39c4b3da1965215eb6a568.zip CMake-8e77c6e8ae497632fd39c4b3da1965215eb6a568.tar.gz CMake-8e77c6e8ae497632fd39c4b3da1965215eb6a568.tar.bz2 |
Merge topic 'doc-fix-imported-location-ref'
59c2143920 Help/IMPORTED_LOCATION: link to `LOCATION_<CONFIG>` docs
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !8928
-rw-r--r-- | Help/prop_tgt/IMPORTED_LOCATION.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/prop_tgt/IMPORTED_LOCATION.rst b/Help/prop_tgt/IMPORTED_LOCATION.rst index 915085b..b7bb748 100644 --- a/Help/prop_tgt/IMPORTED_LOCATION.rst +++ b/Help/prop_tgt/IMPORTED_LOCATION.rst @@ -36,7 +36,7 @@ listed in the :prop_tgt:`IMPORTED_CONFIGURATIONS` target property may be selected and its :prop_tgt:`IMPORTED_LOCATION_<CONFIG>` value used. To get the location of an imported target read one of the :prop_tgt:`LOCATION` -or ``LOCATION_<CONFIG>`` properties. +or :prop_tgt:`LOCATION_<CONFIG>` properties. For platforms with import libraries (e.g. Windows, AIX or macOS) see also :prop_tgt:`IMPORTED_IMPLIB`. |