Skip to content

Commit

Permalink
Update "glfw" package to v3.3.4-p0
Browse files Browse the repository at this point in the history
Remove Android and iOS from build matrix

GLFW does not support mobile platforms yet
glfw/glfw#1726

Update glfw to version with updated huntergate

Set default glfw version to 3.3.4-p1

Revert "Remove Android and iOS from build matrix"

This reverts commit be9c98c.

remove unnecessary version
  • Loading branch information
alex-tdrn committed Nov 11, 2021
1 parent 6e46eb4 commit 9445116
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
23bb8c61aef379e0e9a7a8298d8b9c4015e34bc2
)

hunter_cmake_args(
glfw
CMAKE_ARGS
Expand Down

0 comments on commit 9445116

Please sign in to comment.