Skip to content

Commit 566242d

Browse files
authored
Merge pull request #726 from tophyr/pr/specify-sdl-version
Specify SDL version
2 parents 0171d7b + ad80d1b commit 566242d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "Clang" OR CMAKE_CXX_COMPILER_ID STREQUAL "GNU"
178178
add_compile_options("-Wno-multichar;-Wall")
179179
endif()
180180

181-
find_package(SDL3 REQUIRED CONFIG REQUIRED COMPONENTS SDL3)
181+
find_package(SDL3 3.2.6 REQUIRED CONFIG REQUIRED COMPONENTS SDL3)
182182
find_package(glm REQUIRED)
183183
find_package(httplib QUIET)
184184
if (TARGET httplib::httplib)

0 commit comments

Comments
 (0)