mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-10 07:40:03 -06: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
9 lines
203 B
CMake
9 lines
203 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(Invalid_ORDER)
|
|
run_cmake(Invalid_UNICITY)
|
|
run_cmake(InvalidConfiguration1)
|
|
run_cmake(InvalidConfiguration2)
|
|
run_cmake(InvalidConfiguration3)
|
|
run_cmake(InvalidConfiguration4)
|