Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to SDL2.0.20 #270

Merged
merged 3 commits into from
Oct 12, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions sdl2_vendor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ endif()

if(NOT SDL2_FOUND)
include(ExternalProject)
ExternalProject_Add(SDL2-2.0.14
PREFIX SDL2-2.0.12
URL https://www.libsdl.org/release/SDL2-2.0.14.tar.gz
URL_MD5 76ed4e6da9c07bd168b2acd9bfefab1b
ExternalProject_Add(SDL2-2.0.18
roncapat marked this conversation as resolved.
Show resolved Hide resolved
PREFIX SDL2-2.0.18
URL https://www.libsdl.org/release/SDL2-2.0.18.tar.gz
URL_MD5 c1dd33299db5b7091f37d989c68d5212
CMAKE_ARGS
-DBUILD_SHARED_LIBS=ON
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
Expand Down