Remove glu link in cmake

This commit is contained in:
Guillaume Damiand 2015-09-03 12:35:42 +02:00
parent 9b4b3ee846
commit e2656f9600
1 changed files with 1 additions and 2 deletions

View File

@ -73,7 +73,6 @@ target_link_libraries(Linear_cell_complex_3_demo ${CGAL_LIBRARIES}
${CGAL_3RD_PARTY_LIBRARIES})
target_link_libraries(Linear_cell_complex_3_demo ${QT_LIBRARIES}
${QGLVIEWER_LIBRARIES} )
target_link_libraries(Linear_cell_complex_3_demo ${OPENGL_gl_LIBRARY}
${OPENGL_glu_LIBRARY} )
target_link_libraries(Linear_cell_complex_3_demo ${OPENGL_gl_LIBRARY} )
endif()