Skip to content

Commit c985031

Browse files
committed
hello_imgui_build_lib.cmake: use SDL 2.32.4 (compat with CMake 4)
1 parent 8adc46b commit c985031

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

hello_imgui_cmake/hello_imgui_build_lib.cmake

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -988,12 +988,10 @@ function(_him_fetch_sdl_if_needed)
988988
endfunction()
989989

990990
function(_him_fetch_declare_sdl)
991-
# iOS and Android were tested with SDL 2.28.5
992-
# other platforms, not yet
993991
if (IOS OR ANDROID)
994-
set(sdl_version 2.28.5)
992+
set(sdl_version 2.28.5) # iOS and Android were tested with SDL 2.28.5
995993
else()
996-
set(sdl_version 2.24.2)
994+
set(sdl_version 2.32.4)
997995
endif()
998996

999997
message(STATUS "Fetching SDL version ${sdl_version}")

0 commit comments

Comments
 (0)