Merge pull request #2594 from Forceflow/master

GLEW detection on Win32 fix
This commit is contained in:
Stephen Birarda 2014-04-09 13:03:00 -07:00
commit a33263ec22

View file

@ -20,7 +20,7 @@ else ()
find_path(GLEW_INCLUDE_DIRS GL/glew.h PATH_SUFFIXES include HINTS ${WIN_GLEW_SEARCH_DIRS})
find_library(GLEW_LIBRARY glew32s PATH_SUFFIXES "lib/Release/Win32" HINTS ${WIN_GLEW_SEARCH_DIRS})
find_library(GLEW_LIBRARY glew32s PATH_SUFFIXES "lib/Release/Win32" "lib" HINTS ${WIN_GLEW_SEARCH_DIRS})
endif ()
include(FindPackageHandleStandardArgs)