cmake: remove obsolete CMP0148 policy

This commit is contained in:
tobtoht
2026-04-29 11:38:30 +02:00
parent 9d7ba46a36
commit 30687dddde
-3
View File
@@ -40,9 +40,6 @@ include(CheckCXXCompilerFlag)
include(CheckLinkerFlag)
include(CheckLibraryExists)
include(CheckFunctionExists)
if (POLICY CMP0148)
cmake_policy(SET CMP0148 OLD) # https://cmake.org/cmake/help/latest/policy/CMP0148.html
endif()
if (POLICY CMP0077)
cmake_policy(SET CMP0077 NEW)
endif()