Link properties: must be transitive over private dependency on static library

Fixes: #20022
This commit is contained in:
Marc Chevrier
2019-12-06 17:01:48 +01:00
committed by Brad King
parent a2c0c2d024
commit bbba701899
25 changed files with 192 additions and 18 deletions
@@ -0,0 +1,8 @@
Link-properties-transitive
--------------------------
* Target link properties :prop_tgt:`INTERFACE_LINK_OPTIONS`,
:prop_tgt:`INTERFACE_LINK_DIRECTORIES` and
:prop_tgt:`INTERFACE_LINK_DEPENDS` are now transitive over private
dependency on static libraries.
See policy :policy:`CMP0099`.