···11# SDL CMake configuration file:
22# This file is meant to be placed in lib/cmake/SDL3 subfolder of a reconstructed Android SDL3 SDK
3344-cmake_minimum_required(VERSION 3.0...3.5)
44+cmake_minimum_required(VERSION 3.0...3.28)
5566include(FeatureSummary)
77set_package_properties(SDL3 PROPERTIES
···11# @<@PROJECT_NAME@>@ CMake configuration file:
22# This file is meant to be placed in a cmake subfolder of @<@PROJECT_NAME@>@-devel-@<@PROJECT_VERSION@>@-VC.zip
3344-cmake_minimum_required(VERSION 3.0...3.5)
44+cmake_minimum_required(VERSION 3.0...3.28)
5566include(FeatureSummary)
77set_package_properties(SDL3 PROPERTIES
+1-1
cmake/android/FindSdlAndroid.cmake
···61616262#]=======================================================================]
63636464-cmake_minimum_required(VERSION 3.7)
6464+cmake_minimum_required(VERSION 3.7...3.28)
65656666if(NOT PROJECT_NAME MATCHES "^SDL.*")
6767 message(WARNING "This module is internal to SDL and is currently not supported.")
+1-1
cmake/android/FindSdlAndroidBuildTools.cmake
···52525353#]=======================================================================]
54545555-cmake_minimum_required(VERSION 3.7)
5555+cmake_minimum_required(VERSION 3.7...3.28)
56565757if(NOT PROJECT_NAME MATCHES "^SDL.*")
5858 message(WARNING "This module is internal to SDL and is currently not supported.")
+1-1
cmake/android/FindSdlAndroidPlatform.cmake
···55555656#]=======================================================================]
57575858-cmake_minimum_required(VERSION 3.7)
5858+cmake_minimum_required(VERSION 3.7...3.28)
59596060if(NOT PROJECT_NAME MATCHES "^SDL.*")
6161 message(WARNING "This module is internal to SDL and is currently not supported.")
+1-1
cmake/android/SdlAndroidFunctions.cmake
···5566#]=======================================================================]
7788-cmake_minimum_required(VERSION 3.7)
88+cmake_minimum_required(VERSION 3.7...3.28)
991010if(NOT PROJECT_NAME MATCHES "^SDL.*")
1111 message(WARNING "This module is internal to SDL and is currently not supported.")
+1-1
cmake/android/SdlAndroidScript.cmake
···6677#]=======================================================================]
8899-cmake_minimum_required(VERSION 3.16)
99+cmake_minimum_required(VERSION 3.16...3.28)
10101111if(NOT CMAKE_SCRIPT_MODE_FILE)
1212 message(FATAL_ERROR "This file can only be used in CMake script mode")