Skip to content

Commit

Permalink
Update the CMake minimum version requirement to 3.23.0+ (#1918)
Browse files Browse the repository at this point in the history
  • Loading branch information
rh101 authored May 22, 2024
1 parent 93042d2 commit 6e321ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/platform/android/libaxmol/axutils.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class axutils {
// }

@SuppressWarnings('unused')
static String[] findNativeBuildTools(project, cmakeVer = "3.22.1+", ndkVer = "23.2.8568313") {
static String[] findNativeBuildTools(project, cmakeVer = "3.23.0+", ndkVer = "23.2.8568313") {
// cmakeVer should overwrite by command line
if (project.properties.__1K_CMAKE_VERSION != null)
cmakeVer = project.properties.__1K_CMAKE_VERSION
Expand Down

0 comments on commit 6e321ae

Please sign in to comment.