Skip to content

Commit

Permalink
Update 'SDL2' package to v2.0.18 (cpp-pm#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
drodin authored Dec 20, 2021
1 parent 6171c32 commit e2424a4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ hunter_default_version(Qwt VERSION 6.1-p3)
hunter_default_version(RapidJSON VERSION 1.1.0-b557259-p0)
hunter_default_version(RapidXML VERSION 1.13)
hunter_default_version(RedisClient VERSION 0.6.1-p1)
hunter_default_version(SDL2 VERSION 2.0.16-p0)
hunter_default_version(SDL2 VERSION 2.0.18)
hunter_default_version(SDL_image VERSION 2.0.5-p0)
hunter_default_version(SDL_mixer VERSION 2.0.4-p0)
hunter_default_version(SDL_net VERSION 2.0.1-p0)
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/SDL2/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,17 @@ hunter_add_version(
3b8d0dfdbd1b062035a9432bff75a22ab439bcd1
)

hunter_add_version(
PACKAGE_NAME
SDL2
VERSION
"2.0.18"
URL
"https://github.com/libsdl-org/SDL/archive/release-2.0.18.tar.gz"
SHA1
b765ac6a7bfc617ce51ff2571b1ae056357413f2
)

hunter_add_version(
PACKAGE_NAME
SDL2
Expand Down

0 comments on commit e2424a4

Please sign in to comment.