require GLEW 1.6 per bug rpt from 42loop

felipesanches-svg
Don Bright 2012-03-01 17:17:30 -06:00
parent 48421951da
commit e88ec1a616
1 changed files with 2 additions and 2 deletions

View File

@ -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)
@ -62,4 +62,4 @@ else()
else()
set(GLEW_FOUND 0 CACHE STRING "Set to 1 if GLEW is found, 0 otherwise")
endif()
endif()
endif()