summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2024-05-16 15:27:05 (GMT)
committerKitware Robot <kwrobot@kitware.com>2024-05-16 15:27:18 (GMT)
commit3f28a819ce00dfd2b26f863ce7e761a68b95726a (patch)
treeece1adf1b508930c4d5ff90fa4758e105ea5440e /Help/release
parentd37467e0363a45eac7b8a36e217fadc233a8c4f4 (diff)
parent6e5e7968c344e5461e0d6376d62247b8b29ef114 (diff)
downloadCMake-3f28a819ce00dfd2b26f863ce7e761a68b95726a.zip
CMake-3f28a819ce00dfd2b26f863ce7e761a68b95726a.tar.gz
CMake-3f28a819ce00dfd2b26f863ce7e761a68b95726a.tar.bz2
Merge topic 'LINK_LIBRARY-Feature-properties'
6e5e7968c3 GenEx $<LINK_LIBRARY>: Add the support of properties attached to features Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9510
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/dev/GenEx-LINK_LIBRARY-feature-properties.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/release/dev/GenEx-LINK_LIBRARY-feature-properties.rst b/Help/release/dev/GenEx-LINK_LIBRARY-feature-properties.rst
new file mode 100644
index 0000000..a96eab9
--- /dev/null
+++ b/Help/release/dev/GenEx-LINK_LIBRARY-feature-properties.rst
@@ -0,0 +1,7 @@
+GenEx-LINK_LIBRARY-feature-properties
+-------------------------------------
+
+* Link features, as used with the :genex:`LINK_LIBRARY` generator expression,
+ gained the ability to have properties that describe their behavior by
+ specifying the :variable:`CMAKE_LINK_LIBRARY_<FEATURE>_PROPERTIES` or
+ :variable:`CMAKE_<LANG>_LINK_LIBRARY_<FEATURE>_PROPERTIES` variables.