[GLExtensions] Still had a GLEW lib hanging out in the CMake file for the software renderer.

This commit is contained in:
Ryan Houdek 2013-12-30 17:39:45 -06:00 committed by degasus
parent 2a8ee1a7ff
commit 17955fa025
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ if(USE_GLES)
else()
set(SRCS ${SRCS} RasterFont.cpp)
set(LIBS ${LIBS}
GLEW
${OPENGL_LIBRARIES})
endif()