diff --git a/CMakeLists.txt b/CMakeLists.txt index 870b87be6..c7221eea6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -178,7 +178,7 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "Clang" OR CMAKE_CXX_COMPILER_ID STREQUAL "GNU" add_compile_options("-Wno-multichar;-Wall") endif() -find_package(SDL3 REQUIRED CONFIG REQUIRED COMPONENTS SDL3) +find_package(SDL3 3.2.6 REQUIRED CONFIG REQUIRED COMPONENTS SDL3) find_package(glm REQUIRED) find_package(httplib QUIET) if (TARGET httplib::httplib)