Skip to content

Commit

Permalink
CMake: Update downloaded SDL2
Browse files Browse the repository at this point in the history
  • Loading branch information
jhasse committed Oct 3, 2023
1 parent 7b72867 commit e5e099b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ else()
if(JNGL_SDL2)
set(SDL_SENSOR OFF CACHE BOOL "" FORCE) # doesn't work with UWP
FetchContent_Declare(sdl2
URL https://www.libsdl.org/release/SDL2-2.0.16.zip
URL_HASH SHA1=4d09aad9b76b5d51366bebeded8bec46dcf67ef6
URL https://www.libsdl.org/release/SDL2-2.28.4.zip
URL_HASH SHA1=0d9e0da0e935c4f0524cfd16d47d38b6045b9573
)
FetchContent_MakeAvailable(sdl2)
target_link_libraries(jngl PRIVATE SDL2-static)
Expand Down

0 comments on commit e5e099b

Please sign in to comment.