Merge pull request #11495 from OatmealDome/android-cmake

Android: Don't enforce a particular CMake version
This commit is contained in:
Admiral H. Curtiss 2023-02-01 19:35:09 +01:00 committed by GitHub
commit e55a0f4fff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,7 +109,6 @@ android {
externalNativeBuild {
cmake {
path "../../../CMakeLists.txt"
version "3.18.1"
}
}
namespace 'org.dolphinemu.dolphinemu'