Revert "Fix CMake so it doesn't search non-static glew32." to make snapshots work until problem is resolved.

This reverts commit 326d609ddc.
issue1247
Sven Eberhardt 2014-08-20 18:01:04 +02:00
parent e6fc0b1a1d
commit c8f7d2b3cb
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 glew32s)
FINDLIB(GLEW_LIBRARIES NAMES GLEW glew32 glew32s)
FIND_PATH(GLEW_INCLUDE_DIR NAMES GL/glew.h)
target_link_libraries(openclonk
${GLEW_LIBRARIES}