Skip to content

Commit

Permalink
Change hunter glfw package version to 3.3.0-p2
Browse files Browse the repository at this point in the history
The version prior to this change, 3.3.0-p4, increased minimum cmake
version to 3.8. To bring it down to 3.0, the version of glfw from hunter
had to be changed to 3.3.0-p2
  • Loading branch information
9prady9 committed Apr 27, 2018
1 parent dc93810 commit c947892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeModules/Hunter/config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ myhunter_config(glbinding 2.1.3-p0
OPTION_BUILD_TOOLS=ON
gtest_force_shared_crt=ON)

myhunter_config(glfw 3.3.0-p4
myhunter_config(glfw 3.3.0-p2
GLFW_BUILD_DOCS=OFF
GLFW_BUILD_EXAMPLES=OFF
GLFW_BUILD_TESTS=OFF)

0 comments on commit c947892

Please sign in to comment.