Browse Source

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 <[email protected]>
Merge-request: !7098
Brad King 3 years ago
parent
commit
6ab75f4c44

+ 1 - 1
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.

+ 1 - 1
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.

+ 0 - 5
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.

+ 7 - 0
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.