From 998a8168a30e1e5208a25e057790950122ecf663 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Wed, 5 Aug 2015 14:38:14 -0700 Subject: [PATCH] remove an extra unneeded message --- libraries/gpu/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/gpu/CMakeLists.txt b/libraries/gpu/CMakeLists.txt index 9e81feaa2f..7a88580f7f 100644 --- a/libraries/gpu/CMakeLists.txt +++ b/libraries/gpu/CMakeLists.txt @@ -11,7 +11,6 @@ add_dependency_external_projects(glew) find_package(GLEW REQUIRED) add_definitions(-DGLEW_STATIC) target_include_directories(${TARGET_NAME} PUBLIC ${GLEW_INCLUDE_DIRS}) -message(${GLEW_LIBRARY}) target_link_libraries(${TARGET_NAME} ${GLEW_LIBRARY}) if (APPLE)