summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-03-21 18:01:58 (GMT)
committerBrad King <brad.king@kitware.com>2022-03-22 13:14:55 (GMT)
commit75c701f66faf49baee64bf0bef97969c54fcabd1 (patch)
tree030ca99f32a42058a242c91744cdfb3181845d4d /Help/prop_tgt
parent0a35b70c2431de68c6529b1a3e3d9eb0918b20e9 (diff)
downloadCMake-75c701f66faf49baee64bf0bef97969c54fcabd1.zip
CMake-75c701f66faf49baee64bf0bef97969c54fcabd1.tar.gz
CMake-75c701f66faf49baee64bf0bef97969c54fcabd1.tar.bz2
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
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r--Help/prop_tgt/INTERFACE_LINK_LIBRARIES_DIRECT.rst2
-rw-r--r--Help/prop_tgt/INTERFACE_LINK_LIBRARIES_DIRECT_EXCLUDE.rst2
2 files changed, 2 insertions, 2 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.