Skip to content

Commit

Permalink
require GLEW 1.6 per bug rpt from 42loop
Browse files Browse the repository at this point in the history
  • Loading branch information
donbright committed Mar 1, 2012
1 parent 4842195 commit e88ec1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/FindGLEW.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ include(FindPkgConfig)

if (PKG_CONFIG_FOUND)
message("Doing pkg config glew check...")
pkg_check_modules(GLEW glew>=1.5)
pkg_check_modules(GLEW glew>=1.6)
endif()

if (GLEW_LIBRARIES)
Expand Down Expand Up @@ -62,4 +62,4 @@ else()
else()
set(GLEW_FOUND 0 CACHE STRING "Set to 1 if GLEW is found, 0 otherwise")
endif()
endif()
endif()

0 comments on commit e88ec1a

Please sign in to comment.