SDL_gesture: cmake: update CMake compatibility version of tests

From 50bbc75c32e082eb4db72f7686574ef993cad38d Mon Sep 17 00:00:00 2001
From: Anonymous Maarten <[EMAIL REDACTED]>
Date: Fri, 11 Jul 2025 22:42:32 +0200
Subject: [PATCH] cmake: update CMake compatibility version of tests

---
 test/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 6056f83..419d835 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.0)
+cmake_minimum_required(VERSION 3.0...4.0)
 project(SDL_gesture_tests C)
 
 option(SDLGESTURE_TESTS_STATIC "Link to static SDLx library" OFF)