android: bump minimum CMake version, so disabling unneeded features in SDL actually works
This commit is contained in:
parent
2a82d265d6
commit
4eaa8ab40f
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
cmake_minimum_required(VERSION 3.6)
|
cmake_minimum_required(VERSION 3.22)
|
||||||
|
|
||||||
# Only used to build Android project
|
# Only used to build Android project
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue