From 75c701f66faf49baee64bf0bef97969c54fcabd1 Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 21 Mar 2022 14:01:58 -0400 Subject: Help: Update INTERFACE_LINK_LIBRARIES_DIRECT to be added in 3.24 This feature has been reverted from the 3.23 release branch. Update its documentation and release note to target 3.24 instead. Issue: #22496 --- Help/prop_tgt/INTERFACE_LINK_LIBRARIES_DIRECT.rst | 2 +- Help/prop_tgt/INTERFACE_LINK_LIBRARIES_DIRECT_EXCLUDE.rst | 2 +- Help/release/dev/link-interface-direct.rst | 7 +++++++ 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 Help/release/dev/link-interface-direct.rst 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/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. -- cgit v0.12