summaryrefslogtreecommitdiffstats
path: root/Help/release/3.23.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-03-22 15:56:32 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-03-22 15:56:43 (GMT)
commit2aad4cef979bd5174f067424a117fac765e3da34 (patch)
tree10ef6e88800579c6f6978c92b2f59af7f0bd025d /Help/release/3.23.rst
parent25c31f19559732056fe11d472ad85ef4840eefc8 (diff)
parent687a91967f4cb02943421802e7929a6582cec63a (diff)
downloadCMake-2aad4cef979bd5174f067424a117fac765e3da34.zip
CMake-2aad4cef979bd5174f067424a117fac765e3da34.tar.gz
CMake-2aad4cef979bd5174f067424a117fac765e3da34.tar.bz2
Merge topic 'revert-link-interface-direct-for-3.23' into release-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/release/3.23.rst')
-rw-r--r--Help/release/3.23.rst5
1 files changed, 0 insertions, 5 deletions
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.