mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 13:19:51 -05:00
c16acd35b3
Teach the `$<TARGET_PROPERTY:...>` generator expression to check for a new `TRANSITIVE_LINK_PROPERTIES` property in the target's link closure to enable transitive evaluation of named properties through the link closure, including entries guarded by `$<LINK_ONLY:...>`. Fixes: #20416
8 lines
323 B
ReStructuredText
8 lines
323 B
ReStructuredText
custom-transitive-properties
|
|
----------------------------
|
|
|
|
* The :genex:`TARGET_PROPERTY` generator expression learned to evaluate
|
|
:ref:`custom transitive properties <Custom Transitive Properties>`
|
|
defined by new :prop_tgt:`TRANSITIVE_COMPILE_PROPERTIES` and
|
|
:prop_tgt:`TRANSITIVE_LINK_PROPERTIES` target properties.
|