android: Try to suppress outdated minimum version error for oobe
This commit is contained in:
parent
1fbed6f772
commit
56f2dc3ab0
1 changed files with 1 additions and 0 deletions
|
@ -116,6 +116,7 @@ endif()
|
||||||
|
|
||||||
if (ANDROID)
|
if (ANDROID)
|
||||||
set(CMAKE_SKIP_INSTALL_RULES ON)
|
set(CMAKE_SKIP_INSTALL_RULES ON)
|
||||||
|
set(CMAKE_POLICY_VERSION_MINIMUM 3.5) # Workaround for Oboe
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (YUZU_USE_BUNDLED_VCPKG)
|
if (YUZU_USE_BUNDLED_VCPKG)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue