CMake: only set policy CMP0148 to OLD if version >= 3.27

Co-authored-by: 0xFFFC0000 <0xFFFC0000@proton.me>
pull/9126/head
jeffro256 4 months ago
parent 39a698d22c
commit e7629dc46f
No known key found for this signature in database
GPG Key ID: 6F79797A6E392442

@ -40,8 +40,9 @@ include(CheckCXXCompilerFlag)
include(CheckLinkerFlag)
include(CheckLibraryExists)
include(CheckFunctionExists)
cmake_policy(SET CMP0148 OLD)
if (POLICY CMP0148)
cmake_policy(SET CMP0148 OLD) # https://cmake.org/cmake/help/latest/policy/CMP0148.html
endif()
include(FindPythonInterp)
if (IOS)

Loading…
Cancel
Save