diff options
author | Marc Chevrier <marc.chevrier@gmail.com> | 2024-09-29 13:56:04 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-10-02 14:17:08 (GMT) |
commit | cd418d4bb62bbcc805bd734a01f5b0737292cc88 (patch) | |
tree | a89cbf7a116f8769c7273045bdb98045e5568ba0 /Help/manual/cmake-policies.7.rst | |
parent | 9b5c805bf608623b52e1155837ddcca390cf0220 (diff) | |
download | CMake-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.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 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> |