Browse Source

android: Try to suppress outdated minimum version error for oobe

pull/15/merge
Briar 9 months ago
parent
commit
56f2dc3ab0
  1. 1
      CMakeLists.txt

1
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)

Loading…
Cancel
Save