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 07751a6b6d
commit 43d3e22151

View file

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