diff options
author | Marc Chevrier <marc.chevrier@gmail.com> | 2019-12-06 16:01:48 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-12-09 16:29:36 (GMT) |
commit | bbba70189913e7add151e1f0eb7a2e7936626a7d (patch) | |
tree | 81b7a5b5f3844b3a1379558814c268a7b323915f /Help/manual/cmake-policies.7.rst | |
parent | a2c0c2d024506725c431111ce1b2b41b307826ad (diff) | |
download | CMake-bbba70189913e7add151e1f0eb7a2e7936626a7d.zip CMake-bbba70189913e7add151e1f0eb7a2e7936626a7d.tar.gz CMake-bbba70189913e7add151e1f0eb7a2e7936626a7d.tar.bz2 |
Link properties: must be transitive over private dependency on static library
Fixes: #20022
Diffstat (limited to 'Help/manual/cmake-policies.7.rst')
-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 |