diff options
author | Brad King <brad.king@kitware.com> | 2022-03-21 18:01:58 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-03-22 13:14:55 (GMT) |
commit | 75c701f66faf49baee64bf0bef97969c54fcabd1 (patch) | |
tree | 030ca99f32a42058a242c91744cdfb3181845d4d /Help/prop_tgt | |
parent | 0a35b70c2431de68c6529b1a3e3d9eb0918b20e9 (diff) | |
download | CMake-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.rst | 2 | ||||
-rw-r--r-- | Help/prop_tgt/INTERFACE_LINK_LIBRARIES_DIRECT_EXCLUDE.rst | 2 |
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. |