From 17955fa0251c607837b18d15b164c1c39bf96b0b Mon Sep 17 00:00:00 2001 From: Ryan Houdek Date: Mon, 30 Dec 2013 17:39:45 -0600 Subject: [PATCH] [GLExtensions] Still had a GLEW lib hanging out in the CMake file for the software renderer. --- Source/Core/VideoBackends/Software/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Core/VideoBackends/Software/CMakeLists.txt b/Source/Core/VideoBackends/Software/CMakeLists.txt index e4a148396c..9f95aab7ef 100644 --- a/Source/Core/VideoBackends/Software/CMakeLists.txt +++ b/Source/Core/VideoBackends/Software/CMakeLists.txt @@ -42,7 +42,6 @@ if(USE_GLES) else() set(SRCS ${SRCS} RasterFont.cpp) set(LIBS ${LIBS} - GLEW ${OPENGL_LIBRARIES}) endif()