Commit 9d5f5797838ffe4935afc42ea34aa9ae808ba798

Authored by David Mayerich
1 parent 8a2d8a17

undid Jack's changes

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
CMakeLists.txt
... ... @@ -70,13 +70,14 @@ include_directories(
70 70 #create an executable file
71 71 cuda_add_executable(netmets main.cu)
72 72  
  73 +message(${GLEW_GLEW_LIBRARY})
73 74 #set the link libraries
74 75 target_link_libraries(netmets
75 76 # ${OpenGL_LIBRARIES}
76 77 ${OPENGL_gl_LIBRARY}
77 78 ${OPENGL_glu_LIBRARY}
78 79 ${GLUT_LIBRARIES}
79   - ${GLEW_LIBRARY}
  80 + ${GLEW_GLEW_LIBRARY}
80 81 ${CMAKE_THREAD_LIBS_INIT}
81 82 #${ANN_LIBRARY}
82 83 ${X11_LIBRARIES}
... ...