From fcb312991db7e3cf954f1c320ff7350a5f63ffef Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Mon, 18 Feb 2008 10:09:58 +0000 Subject: [PATCH] CGAL libraries names have changed again. Update the file CMakeLists.txt accordingly. --- Surface_mesher/demo/Surface_mesher/qt4-demo/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Surface_mesher/demo/Surface_mesher/qt4-demo/CMakeLists.txt b/Surface_mesher/demo/Surface_mesher/qt4-demo/CMakeLists.txt index c8a726ca54a..4c239d0aeb2 100644 --- a/Surface_mesher/demo/Surface_mesher/qt4-demo/CMakeLists.txt +++ b/Surface_mesher/demo/Surface_mesher/qt4-demo/CMakeLists.txt @@ -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} )