mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
The `LINK_LIBRARIES` and `INTERFACE_LINK_LIBRARIES` target properties establish the graph of link dependencies used to propagate usage requirements transitively. Therefore the `$<TARGET_PROPERTY:...>` generator expression should evaluate them transitively as it does for other transitive properties. Add policy CMP0189 for compatibility. Fixes: #26709 Issue: #12435
7 lines
270 B
ReStructuredText
7 lines
270 B
ReStructuredText
genex-transitive-link-libraries
|
|
-------------------------------
|
|
|
|
* The :genex:`TARGET_PROPERTY` generator expression now evaluates the
|
|
:prop_tgt:`LINK_LIBRARIES` and :prop_tgt:`INTERFACE_LINK_LIBRARIES`
|
|
target properties transitively. See policy :policy:`CMP0189`.
|