We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8adc46b commit c985031Copy full SHA for c985031
hello_imgui_cmake/hello_imgui_build_lib.cmake
@@ -988,12 +988,10 @@ function(_him_fetch_sdl_if_needed)
988
endfunction()
989
990
function(_him_fetch_declare_sdl)
991
- # iOS and Android were tested with SDL 2.28.5
992
- # other platforms, not yet
993
if (IOS OR ANDROID)
994
- set(sdl_version 2.28.5)
+ set(sdl_version 2.28.5) # iOS and Android were tested with SDL 2.28.5
995
else()
996
- set(sdl_version 2.24.2)
+ set(sdl_version 2.32.4)
997
endif()
998
999
message(STATUS "Fetching SDL version ${sdl_version}")
0 commit comments