android: Try to suppress outdated minimum version error for oobe
This commit is contained in:
parent
07751a6b6d
commit
43d3e22151
|
|
@ -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…
Reference in New Issue