mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 18:09:42 -05:00
7b99c42e57
Some platforms, Apple or Windows for instance, do not require to duplicate static libraries to resolve mutual dependencies. Moreover, Xcode version 15 emits a warning if a library is duplicated. On Windows, enable a better control of libraries order. Fixes: #20722, #25297
6 lines
164 B
ReStructuredText
6 lines
164 B
ReStructuredText
link-deduplicate-libs
|
|
---------------------
|
|
|
|
* CMake learned to de-duplicate libraries on link lines based on linker
|
|
capabilities. See policy :policy:`CMP0156`.
|