CMake: Bump SDL version requirement

This commit is contained in:
Stenzek
2025-11-07 18:45:59 +10:00
parent 8dc0b99ee2
commit a49b351db2

View File

@@ -30,7 +30,7 @@ set(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE ONLY)
set(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM ONLY)
# Bundled dependencies.
find_package(SDL3 3.2.24 REQUIRED)
find_package(SDL3 3.2.26 REQUIRED)
find_package(zstd 1.5.7 REQUIRED)
find_package(WebP REQUIRED) # v1.4.0, spews an error on Linux because no pkg-config.
find_package(PNG 1.6.50 REQUIRED)