mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
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
5 lines
72 B
CMake
5 lines
72 B
CMake
|
|
set(CMAKE_POLICY_WARNING_CMP0156 TRUE)
|
|
|
|
include (CMP0156-Common.cmake)
|