android: Try to suppress outdated minimum version error for oobe

This commit is contained in:
Briar 2025-04-02 03:06:18 +02:00
parent 1fbed6f772
commit 56f2dc3ab0

View file

@ -116,6 +116,7 @@ endif()
if (ANDROID) if (ANDROID)
set(CMAKE_SKIP_INSTALL_RULES ON) set(CMAKE_SKIP_INSTALL_RULES ON)
set(CMAKE_POLICY_VERSION_MINIMUM 3.5) # Workaround for Oboe
endif() endif()
if (YUZU_USE_BUNDLED_VCPKG) if (YUZU_USE_BUNDLED_VCPKG)