[GLExtensions] Still had a GLEW lib hanging out in the CMake file for the software renderer.
This commit is contained in:
parent
2a8ee1a7ff
commit
17955fa025
|
@ -42,7 +42,6 @@ if(USE_GLES)
|
||||||
else()
|
else()
|
||||||
set(SRCS ${SRCS} RasterFont.cpp)
|
set(SRCS ${SRCS} RasterFont.cpp)
|
||||||
set(LIBS ${LIBS}
|
set(LIBS ${LIBS}
|
||||||
GLEW
|
|
||||||
${OPENGL_LIBRARIES})
|
${OPENGL_LIBRARIES})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue