Merge pull request #10198

47345d1 CMake: override option with toolchain variable (tobtoht)
This commit is contained in:
tobtoht
2025-11-26 20:43:27 +00:00

View File

@@ -43,6 +43,9 @@ include(CheckFunctionExists)
if (POLICY CMP0148) if (POLICY CMP0148)
cmake_policy(SET CMP0148 OLD) # https://cmake.org/cmake/help/latest/policy/CMP0148.html cmake_policy(SET CMP0148 OLD) # https://cmake.org/cmake/help/latest/policy/CMP0148.html
endif() endif()
if (POLICY CMP0077)
cmake_policy(SET CMP0077 NEW)
endif()
include(FindPythonInterp) include(FindPythonInterp)
if (IOS) if (IOS)