CMake: Bump dep version requirement

This commit is contained in:
Stenzek
2023-11-18 17:17:29 +10:00
parent dbd052528e
commit 1d0c870494
2 changed files with 6 additions and 6 deletions

View File

@ -47,7 +47,7 @@ endif()
# Required libraries.
if(ENABLE_SDL2)
find_package(SDL2 2.28.2 REQUIRED)
find_package(SDL2 2.28.5 REQUIRED)
endif()
if(NOT WIN32 AND NOT ANDROID)
find_package(CURL REQUIRED)
@ -59,7 +59,7 @@ if(NOT WIN32 AND NOT ANDROID)
endif()
endif()
if(BUILD_QT_FRONTEND)
find_package(Qt6 6.5.1 COMPONENTS Core Gui Widgets Network LinguistTools REQUIRED)
find_package(Qt6 6.5.3 COMPONENTS Core Gui Widgets Network LinguistTools REQUIRED)
endif()