From 4eaa8ab40f3ee3b81a56507b8f173ed2e0ff44af Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Wed, 26 Feb 2025 14:21:58 +0300 Subject: [PATCH] android: bump minimum CMake version, so disabling unneeded features in SDL actually works --- android/app/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/CMakeLists.txt b/android/app/CMakeLists.txt index 08f6ac7b..7a24c54c 100644 --- a/android/app/CMakeLists.txt +++ b/android/app/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.6) +cmake_minimum_required(VERSION 3.22) # Only used to build Android project