Fix CMake so it doesn't search non-static glew32.

issue1247
Sven Eberhardt 2014-08-14 17:16:13 +02:00
parent 94e1316205
commit 326d609ddc
1 changed files with 1 additions and 1 deletions

View File

@ -1281,7 +1281,7 @@ endif()
if(NOT USE_CONSOLE)
include(FindOpenGL)
FINDLIB(GLEW_LIBRARIES NAMES GLEW glew32 glew32s)
FINDLIB(GLEW_LIBRARIES NAMES GLEW glew32s)
FIND_PATH(GLEW_INCLUDE_DIR NAMES GL/glew.h)
target_link_libraries(openclonk
${GLEW_LIBRARIES}