diff options
author | Brad King <brad.king@kitware.com> | 2019-12-09 16:31:17 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-12-09 16:32:05 (GMT) |
commit | b358f1827cb5589d211891b49112d307fa114cef (patch) | |
tree | e685f91408970c184fd9755a646cfb7c5697dc46 /Help/manual | |
parent | f62c674202045f877eaed9da0f9cbe2046452b40 (diff) | |
parent | bbba70189913e7add151e1f0eb7a2e7936626a7d (diff) | |
download | CMake-b358f1827cb5589d211891b49112d307fa114cef.zip CMake-b358f1827cb5589d211891b49112d307fa114cef.tar.gz CMake-b358f1827cb5589d211891b49112d307fa114cef.tar.bz2 |
Merge topic 'link-options-propagation'
bbba701899 Link properties: must be transitive over private dependency on static library
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4120
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-policies.7.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/manual/cmake-policies.7.rst b/Help/manual/cmake-policies.7.rst index eceeac7..2118031 100644 --- a/Help/manual/cmake-policies.7.rst +++ b/Help/manual/cmake-policies.7.rst @@ -57,6 +57,7 @@ Policies Introduced by CMake 3.17 .. toctree:: :maxdepth: 1 + CMP0099: Link properties are transitive over private dependency on static libraries. </policy/CMP0099> CMP0098: FindFLEX runs flex in CMAKE_CURRENT_BINARY_DIR when executing. </policy/CMP0098> Policies Introduced by CMake 3.16 |