summaryrefslogtreecommitdiffstats
path: root/Help/manual/cmake-policies.7.rst
diff options
context:
space:
mode:
authorMarc Chevrier <marc.chevrier@gmail.com>2024-09-29 13:56:04 (GMT)
committerBrad King <brad.king@kitware.com>2024-10-02 14:17:08 (GMT)
commitcd418d4bb62bbcc805bd734a01f5b0737292cc88 (patch)
treea89cbf7a116f8769c7273045bdb98045e5568ba0 /Help/manual/cmake-policies.7.rst
parent9b5c805bf608623b52e1155837ddcca390cf0220 (diff)
downloadCMake-cd418d4bb62bbcc805bd734a01f5b0737292cc88.zip
CMake-cd418d4bb62bbcc805bd734a01f5b0737292cc88.tar.gz
CMake-cd418d4bb62bbcc805bd734a01f5b0737292cc88.tar.bz2
Static libraries de-duplication: keep first occurrence
Fixes: #26335
Diffstat (limited to 'Help/manual/cmake-policies.7.rst')
-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 796ce8b..c6fcc1f 100644
--- a/Help/manual/cmake-policies.7.rst
+++ b/Help/manual/cmake-policies.7.rst
@@ -57,6 +57,7 @@ Policies Introduced by CMake 3.31
.. toctree::
:maxdepth: 1
+ CMP0179: De-duplication of static libraries on link lines keeps first occurrence. </policy/CMP0179>
CMP0178: Test command lines preserve empty arguments. </policy/CMP0178>
CMP0177: install() DESTINATION paths are normalized. </policy/CMP0177>
CMP0176: execute_process() ENCODING is UTF-8 by default. </policy/CMP0176>