Remove cmake policy linking error workarounds

This commit is contained in:
Ilya Fedin
2026-06-30 11:43:51 +00:00
committed by John Preston
parent 3a528d8970
commit 6fcd650b35

View File

@@ -6,14 +6,6 @@
cmake_minimum_required(VERSION 3.31)
# Workaround some linking errors in GCC due to static library order.
if (POLICY CMP0156)
cmake_policy(SET CMP0156 OLD)
endif()
if (POLICY CMP0179)
cmake_policy(SET CMP0179 OLD)
endif()
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
include(cmake/validate_special_target.cmake)