From f3245a6fedcdbfcf5d53c90eb006a69cad82a1ef Mon Sep 17 00:00:00 2001 From: Anonymous Maarten Date: Thu, 5 Dec 2024 04:30:34 +0100 Subject: [PATCH] vc: bump CMake compatibility version of sdl2-config.cmake (cherry picked from commit c46bec009bdec89d156b1279590e1734718a453a) --- VisualC/pkg-support/cmake/sdl2-config.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualC/pkg-support/cmake/sdl2-config.cmake b/VisualC/pkg-support/cmake/sdl2-config.cmake index bb284b8f96708..56d561a323e21 100644 --- a/VisualC/pkg-support/cmake/sdl2-config.cmake +++ b/VisualC/pkg-support/cmake/sdl2-config.cmake @@ -1,7 +1,7 @@ # SDL2 CMake configuration file: # This file is meant to be placed in a cmake subfolder of SDL2-devel-2.x.y-VC -cmake_minimum_required(VERSION 3.0...3.5) +cmake_minimum_required(VERSION 3.0...3.28) include(FeatureSummary) set_package_properties(SDL2 PROPERTIES