diff options
author | Craig Scott <craig.scott@crascit.com> | 2020-12-21 11:03:28 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-12-21 11:03:38 (GMT) |
commit | 4a6074821eb0d49bfe8b47742a355809bd72996e (patch) | |
tree | 25df752af0f38b2f3be9ac93f9fd35ee7d993a44 | |
parent | 0932b1c2b29f4ad1228fa71bf4f5c089474d9882 (diff) | |
parent | 2d84b9d14597713f93eccf31bbd5b70e3e1b3156 (diff) | |
download | CMake-4a6074821eb0d49bfe8b47742a355809bd72996e.zip CMake-4a6074821eb0d49bfe8b47742a355809bd72996e.tar.gz CMake-4a6074821eb0d49bfe8b47742a355809bd72996e.tar.bz2 |
Merge topic 'doc-fix-XCODE_LINK_BUILD_PHASE_MODE' into release-3.19
2d84b9d145 Help: Fix Sphinx not recognising list in XCODE_LINK_BUILD_PHASE_MODE
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5634
-rw-r--r-- | Help/prop_tgt/XCODE_LINK_BUILD_PHASE_MODE.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/prop_tgt/XCODE_LINK_BUILD_PHASE_MODE.rst b/Help/prop_tgt/XCODE_LINK_BUILD_PHASE_MODE.rst index 2a79bca..836cc6b 100644 --- a/Help/prop_tgt/XCODE_LINK_BUILD_PHASE_MODE.rst +++ b/Help/prop_tgt/XCODE_LINK_BUILD_PHASE_MODE.rst @@ -31,6 +31,7 @@ Possible values are: * ``KNOWN_LOCATION`` The "Link Binary With Libraries" build phase will be used to link to another target under the same conditions as with ``BUILT_ONLY`` and also: + - Imported library targets except those of type ``UNKNOWN``. - Any non-target library specified directly with a path. |