From 46888206be485b62ce8b86fa27d36ac6de0e39d4 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Sun, 25 Jan 2015 23:35:54 +0100 Subject: [PATCH] Removed unused GLU dependency. --- tests/CMakeLists.txt | 2 +- tests/cursor.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index a5f52474..1f442221 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,5 +1,5 @@ -link_libraries(glfw "${OPENGL_glu_LIBRARY}") +link_libraries(glfw) if (BUILD_SHARED_LIBS) add_definitions(-DGLFW_DLL) diff --git a/tests/cursor.c b/tests/cursor.c index 9b899266..fc65c4da 100644 --- a/tests/cursor.c +++ b/tests/cursor.c @@ -27,7 +27,6 @@ // //======================================================================== -#define GLFW_INCLUDE_GLU #include #include