CGAL libraries names have changed again. Update the file CMakeLists.txt

accordingly.
This commit is contained in:
Laurent Rineau 2008-02-18 10:09:58 +00:00
parent 8704390c67
commit fcb312991d
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ if ( CGAL_FOUND AND QT_FOUND AND QGLVIEWER_FOUND )
# Link the executable to CGAL and third-party libraries
if ( NOT AUTO_LINK_ENABLED )
target_link_libraries( ${prj} cgal cgal-image-io ${CGAL_3RD_PARTY_LIBRARIES})
target_link_libraries( ${prj} CGAL CGAL-ImageIO ${CGAL_3RD_PARTY_LIBRARIES})
endif()
target_link_libraries( ${prj} ${QT_LIBRARIES} ${QGLVIEWER_LIBRARY} ${OPENGL_gl_LIBRARY} ${OPENGL_glu_LIBRARY} )