summaryrefslogtreecommitdiffstats
path: root/Help/manual
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-12-09 16:31:17 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-12-09 16:32:05 (GMT)
commitb358f1827cb5589d211891b49112d307fa114cef (patch)
treee685f91408970c184fd9755a646cfb7c5697dc46 /Help/manual
parentf62c674202045f877eaed9da0f9cbe2046452b40 (diff)
parentbbba70189913e7add151e1f0eb7a2e7936626a7d (diff)
downloadCMake-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.rst1
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