Browse Source

android: Try to suppress outdated minimum version error for oobe

nce_cpp
Briar 9 months ago
parent
commit
43d3e22151
  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