From 43d3e221512b5b0e5a0650005132439d8228f4b2 Mon Sep 17 00:00:00 2001 From: Briar <205427297+icybriarr@users.noreply.github.com> Date: Wed, 2 Apr 2025 03:06:18 +0200 Subject: [PATCH] android: Try to suppress outdated minimum version error for oobe --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 82db6f7a10..6e44883134 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)