Skip to content

Commit

Permalink
Merge pull request #26 from shreyaspranav/master
Browse files Browse the repository at this point in the history
Updated cmake_minimum_version from 3.0 to 3.10 to work with latest NDK's
  • Loading branch information
polymonster authored Aug 31, 2024
2 parents a8e1753 + 0948904 commit 138a1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android_studio/android_studio.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
{
Expand Down

0 comments on commit 138a1e0

Please sign in to comment.