Added an additional search path for GLEW (closing bug report 1247910).
This commit is contained in:
parent
35c591166f
commit
030e4795f0
|
@ -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}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue