mirror of https://github.com/CGAL/cgal
Remove glu link in cmake
This commit is contained in:
parent
9b4b3ee846
commit
e2656f9600
|
|
@ -73,7 +73,6 @@ target_link_libraries(Linear_cell_complex_3_demo ${CGAL_LIBRARIES}
|
||||||
${CGAL_3RD_PARTY_LIBRARIES})
|
${CGAL_3RD_PARTY_LIBRARIES})
|
||||||
target_link_libraries(Linear_cell_complex_3_demo ${QT_LIBRARIES}
|
target_link_libraries(Linear_cell_complex_3_demo ${QT_LIBRARIES}
|
||||||
${QGLVIEWER_LIBRARIES} )
|
${QGLVIEWER_LIBRARIES} )
|
||||||
target_link_libraries(Linear_cell_complex_3_demo ${OPENGL_gl_LIBRARY}
|
target_link_libraries(Linear_cell_complex_3_demo ${OPENGL_gl_LIBRARY} )
|
||||||
${OPENGL_glu_LIBRARY} )
|
|
||||||
|
|
||||||
endif()
|
endif()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue