Added an additional search path for GLEW (closing bug report 1247910).

This commit is contained in:
Maciej Suminski 2014-11-14 09:30:52 +01:00
parent 35c591166f
commit 030e4795f0
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ IF (WIN32)
NAMES glew glew32 glew32s
PATHS
$ENV{GLEW_ROOT_PATH}/lib
$ENV{GLEW_ROOT_PATH}/lib/Release/Win32
${OPENGL_LIBRARY_DIR}
)