Skip to content

Commit

Permalink
Update 'gl4es' to v1.1.4-p1 fix ios build (cpp-pm#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
drodin authored Aug 13, 2020
1 parent f9c79f7 commit 74b1fca
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 @@ -270,7 +270,7 @@ hunter_default_version(geos VERSION 3.4.2)
hunter_default_version(getopt VERSION 1.0.0-p0)
hunter_default_version(gflags VERSION 2.2.1)
hunter_default_version(giflib VERSION 5.1.4-p1)
hunter_default_version(gl4es VERSION 1.1.4-p0)
hunter_default_version(gl4es VERSION 1.1.4-p1)
hunter_default_version(glbinding VERSION 3.1.0-p0)
hunter_default_version(glew VERSION 2.0.0-p1)
hunter_default_version(glfw VERSION 3.3.0-f9923e9-p0)
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/gl4es/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ include(hunter_download)
include(hunter_cmake_args)
include(hunter_pick_scheme)

hunter_add_version(
PACKAGE_NAME
gl4es
VERSION
1.1.4-p1
URL
"https://github.com/cpp-pm/gl4es/archive/v1.1.4-p1.tar.gz"
SHA1
5a3f0c3c966962171ff9c694a13b4a704654593c
)

hunter_add_version(
PACKAGE_NAME
gl4es
Expand Down

0 comments on commit 74b1fca

Please sign in to comment.