diff options
Diffstat (limited to 'Help/policy/CMP0099.rst')
-rw-r--r-- | Help/policy/CMP0099.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/policy/CMP0099.rst b/Help/policy/CMP0099.rst index e836cf3..0a2b786 100644 --- a/Help/policy/CMP0099.rst +++ b/Help/policy/CMP0099.rst @@ -21,6 +21,12 @@ The ``OLD`` behavior for this policy is to not propagate interface link properties. The ``NEW`` behavior of this policy is to propagate interface link properties. +.. versionadded:: 3.30 + + Policy :policy:`CMP0166` makes :genex:`TARGET_PROPERTY` evaluation of + these three transitive link properties follow private dependencies of + static libraries too. + .. |INTRODUCED_IN_CMAKE_VERSION| replace:: 3.17 .. |WARNS_OR_DOES_NOT_WARN| replace:: does *not* warn .. include:: STANDARD_ADVICE.txt |