mirror of
https://github.com/stenzek/duckstation.git
synced 2026-01-31 02:05:18 +01:00
CMake: Bump SDL version requirement
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user