mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 14:23:10 -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
9 lines
248 B
Plaintext
9 lines
248 B
Plaintext
CMake Error at InvalidConfiguration4.cmake:[0-9]+ \(add_executable\):
|
|
Erroneous option\(s\) for 'CMAKE_C_LINK_LIBRARIES_PROCESSING':
|
|
|
|
WRONG=REVERSE
|
|
UNICITY=WRONG
|
|
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:[0-9]+ \(include\)
|