Skip to content

Commit

Permalink
Prefer dynamic GLEW over static.
Browse files Browse the repository at this point in the history
(Internal change: 1733373)
  • Loading branch information
pixar-oss committed Apr 7, 2017
1 parent d0a29f8 commit 0adfbb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/FindGLEW.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ if (WIN32)

find_library(GLEW_LIBRARY
NAMES
glew GLEW glew32s glew32
glew GLEW glew32 glew32s
HINTS
"${GLEW_LOCATION}/lib"
"$ENV{GLEW_LOCATION}/lib"
Expand Down

0 comments on commit 0adfbb8

Please sign in to comment.