Skip to content

Commit

Permalink
Update "glfw" package to v3.3.4-p0
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-tdrn committed Oct 28, 2021
1 parent 6e46eb4 commit 20d4a96
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 @@ -294,7 +294,7 @@ hunter_default_version(giflib VERSION 5.1.4-p1)
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)
hunter_default_version(glfw VERSION 3.3.4-p0)
hunter_default_version(glib VERSION 2.54.0)
hunter_default_version(glm VERSION 0.9.9.8)
hunter_default_version(globjects VERSION 1.1.0-p0)
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/glfw/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,17 @@ hunter_add_version(
533debc50f12ce147d54d210408c7e33654f10a4
)

hunter_add_version(
PACKAGE_NAME
glfw
VERSION
"3.3.4-p0"
URL
"https://github.com/cpp-pm/glfw/archive/refs/tags/v3.3.4-p0.tar.gz"
SHA1
da39a3ee5e6b4b0d3255bfef95601890afd80709
)

hunter_cmake_args(
glfw
CMAKE_ARGS
Expand Down

0 comments on commit 20d4a96

Please sign in to comment.