From a8b6d13bc3e8ce307555dcf93300117bc0d54c4a Mon Sep 17 00:00:00 2001 From: octocar Date: Wed, 1 Oct 2025 22:18:09 +0200 Subject: [PATCH] do not require latest --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index da4363308b..ae300cc4bb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -639,7 +639,7 @@ if (ENABLE_SDL3) AddJsonPackage(sdl3) endif() - find_package(SDL3 3.2.22 REQUIRED) + find_package(SDL3 3.2.12 REQUIRED) endif() # List of all FFmpeg components required