Merge pull request #10498

30687dd cmake: remove obsolete CMP0148 policy (tobtoht)
This commit is contained in:
tobtoht
2026-05-05 19:03:42 +00:00
-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()