diff options
author | Brad King <brad.king@kitware.com> | 2022-03-21 17:58:49 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-03-22 13:13:43 (GMT) |
commit | 0a35b70c2431de68c6529b1a3e3d9eb0918b20e9 (patch) | |
tree | 843b101411b740bb1e39bbf54c54316ad6ac20eb /Help/release | |
parent | baad545eb86e8ff729e7f36a26bf1251f8317e27 (diff) | |
parent | 687a91967f4cb02943421802e7929a6582cec63a (diff) | |
download | CMake-0a35b70c2431de68c6529b1a3e3d9eb0918b20e9.zip CMake-0a35b70c2431de68c6529b1a3e3d9eb0918b20e9.tar.gz CMake-0a35b70c2431de68c6529b1a3e3d9eb0918b20e9.tar.bz2 |
Merge branch 'revert-link-interface-direct-for-3.23'
Use the "ours" merge strategy because we only want to revert the change
from the 3.23 branch, not from `master`. It will be revised for
inclusion in a future release series.
Manually remove the 3.23 release note that would have been removed by
this merge without the "ours" strategy.
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/3.23.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Help/release/3.23.rst b/Help/release/3.23.rst index 69b935d..bacb431 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. |