We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0171d7b commit ad80d1bCopy full SHA for ad80d1b
CMakeLists.txt
@@ -178,7 +178,7 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "Clang" OR CMAKE_CXX_COMPILER_ID STREQUAL "GNU"
178
add_compile_options("-Wno-multichar;-Wall")
179
endif()
180
181
-find_package(SDL3 REQUIRED CONFIG REQUIRED COMPONENTS SDL3)
+find_package(SDL3 3.2.6 REQUIRED CONFIG REQUIRED COMPONENTS SDL3)
182
find_package(glm REQUIRED)
183
find_package(httplib QUIET)
184
if (TARGET httplib::httplib)
0 commit comments