cmake: enable linker-aware library de-duplication

This commit is contained in:
selsta
2026-05-15 17:18:36 +02:00
parent 747fa6fc53
commit a307fcbf19
+8
View File
@@ -44,6 +44,14 @@ if (POLICY CMP0077)
cmake_policy(SET CMP0077 NEW)
endif()
# Let CMake de-duplicate link libraries according to linker/platform capabilities.
if (POLICY CMP0156)
cmake_policy(SET CMP0156 NEW)
endif()
if (POLICY CMP0179)
cmake_policy(SET CMP0179 NEW)
endif()
if (IOS)
INCLUDE(CmakeLists_IOS.txt)
endif()