CMake: Bump minimum requirement to 3.25

This commit is contained in:
Joshua Vandaële
2026-07-24 03:45:13 +02:00
parent 6da4bc38e1
commit 808a82d5dd
2 changed files with 2 additions and 10 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ android {
externalNativeBuild {
cmake {
path = file("../../../CMakeLists.txt")
version = "3.22.1+"
version = "3.25.0+"
}
}
namespace = "org.dolphinemu.dolphinemu"