diff options
author | Brad King <brad.king@kitware.com> | 2022-03-22 15:56:32 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-03-22 15:56:44 (GMT) |
commit | 6ab75f4c44c5e75c3bc5aba90fccd9912951326c (patch) | |
tree | 01f042209056d7192ce08f097d642fcfb4122899 /Help | |
parent | b5b4ae17dcbc3ad813fca074478611afb1700232 (diff) | |
parent | 75c701f66faf49baee64bf0bef97969c54fcabd1 (diff) | |
download | CMake-6ab75f4c44c5e75c3bc5aba90fccd9912951326c.zip CMake-6ab75f4c44c5e75c3bc5aba90fccd9912951326c.tar.gz CMake-6ab75f4c44c5e75c3bc5aba90fccd9912951326c.tar.bz2 |
Merge topic 'revert-link-interface-direct-for-3.23'
75c701f66f Help: Update INTERFACE_LINK_LIBRARIES_DIRECT to be added in 3.24
0a35b70c24 Merge branch 'revert-link-interface-direct-for-3.23'
687a91967f Revert INTERFACE_LINK_LIBRARIES_DIRECT feature for 3.23 branch
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !7098
Diffstat (limited to 'Help')
-rw-r--r-- | Help/prop_tgt/INTERFACE_LINK_LIBRARIES_DIRECT.rst | 2 | ||||
-rw-r--r-- | Help/prop_tgt/INTERFACE_LINK_LIBRARIES_DIRECT_EXCLUDE.rst | 2 | ||||
-rw-r--r-- | Help/release/3.23.rst | 5 | ||||
-rw-r--r-- | Help/release/dev/link-interface-direct.rst | 7 |
4 files changed, 9 insertions, 7 deletions
diff --git a/Help/prop_tgt/INTERFACE_LINK_LIBRARIES_DIRECT.rst b/Help/prop_tgt/INTERFACE_LINK_LIBRARIES_DIRECT.rst index 0507261..aa8cc2e 100644 --- a/Help/prop_tgt/INTERFACE_LINK_LIBRARIES_DIRECT.rst +++ b/Help/prop_tgt/INTERFACE_LINK_LIBRARIES_DIRECT.rst @@ -1,7 +1,7 @@ INTERFACE_LINK_LIBRARIES_DIRECT ------------------------------- -.. versionadded:: 3.23 +.. versionadded:: 3.24 List of libraries that consumers of this library should treat as direct link dependencies. diff --git a/Help/prop_tgt/INTERFACE_LINK_LIBRARIES_DIRECT_EXCLUDE.rst b/Help/prop_tgt/INTERFACE_LINK_LIBRARIES_DIRECT_EXCLUDE.rst index c92f142..2f8f87f 100644 --- a/Help/prop_tgt/INTERFACE_LINK_LIBRARIES_DIRECT_EXCLUDE.rst +++ b/Help/prop_tgt/INTERFACE_LINK_LIBRARIES_DIRECT_EXCLUDE.rst @@ -1,7 +1,7 @@ INTERFACE_LINK_LIBRARIES_DIRECT_EXCLUDE --------------------------------------- -.. versionadded:: 3.23 +.. versionadded:: 3.24 List of libraries that consumers of this library should *not* treat as direct link dependencies. diff --git a/Help/release/3.23.rst b/Help/release/3.23.rst index 285a471..1a3f53e 100644 --- a/Help/release/3.23.rst +++ b/Help/release/3.23.rst @@ -130,11 +130,6 @@ Properties not be treated as a system library (i.e. its include directories are not automatically ``SYSTEM``). -* The :prop_tgt:`INTERFACE_LINK_LIBRARIES_DIRECT` and - :prop_tgt:`INTERFACE_LINK_LIBRARIES_DIRECT_EXCLUDE` target properties - were added to express usage requirements affecting a consumer's - direct link dependencies. - * The :prop_tgt:`XCODE_EMBED_PLUGINS <XCODE_EMBED_<type>>` target property was added to tell the :generator:`Xcode` generator what targets to put in the ``Embed PlugIns`` build phase. diff --git a/Help/release/dev/link-interface-direct.rst b/Help/release/dev/link-interface-direct.rst new file mode 100644 index 0000000..2e9a59e --- /dev/null +++ b/Help/release/dev/link-interface-direct.rst @@ -0,0 +1,7 @@ +link-interface-direct +--------------------- + +* The :prop_tgt:`INTERFACE_LINK_LIBRARIES_DIRECT` and + :prop_tgt:`INTERFACE_LINK_LIBRARIES_DIRECT_EXCLUDE` target properties + were added to express usage requirements affecting a consumer's + direct link dependencies. |