From 9d5f5797838ffe4935afc42ea34aa9ae808ba798 Mon Sep 17 00:00:00 2001 From: David Mayerich Date: Thu, 17 Aug 2017 14:57:44 -0500 Subject: [PATCH] undid Jack's changes --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1e6a077..87d0b1d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -70,13 +70,14 @@ include_directories( #create an executable file cuda_add_executable(netmets main.cu) +message(${GLEW_GLEW_LIBRARY}) #set the link libraries target_link_libraries(netmets # ${OpenGL_LIBRARIES} ${OPENGL_gl_LIBRARY} ${OPENGL_glu_LIBRARY} ${GLUT_LIBRARIES} - ${GLEW_LIBRARY} + ${GLEW_GLEW_LIBRARY} ${CMAKE_THREAD_LIBS_INIT} #${ANN_LIBRARY} ${X11_LIBRARIES} -- libgit2 0.21.4