android: Try to suppress outdated minimum version error for oobe
This commit is contained in:
parent
07751a6b6d
commit
43d3e22151
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue