From 0948904f85485cc7fd972a2e799f127b3fabd9bf Mon Sep 17 00:00:00 2001 From: Shreyas <69378056+shreyaspranav@users.noreply.github.com> Date: Sat, 24 Aug 2024 17:20:33 +0530 Subject: [PATCH] Updated cmake_minimum_version from 3.0 to 3.10 to work with latest NDK's --- android_studio/android_studio.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android_studio/android_studio.lua b/android_studio/android_studio.lua index 9e6c640..61b46d5 100644 --- a/android_studio/android_studio.lua +++ b/android_studio/android_studio.lua @@ -317,7 +317,7 @@ function m.csv_string_from_table(tab) end function m.generate_cmake_lists(prj) - p.w('cmake_minimum_required (VERSION 3.0)') + p.w('cmake_minimum_required (VERSION 3.10)') cmake_file_exts = {