From 4f47a25de80a962686c94eefe2a0866a15f53b54 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Sun, 14 Dec 2008 17:58:20 +0000 Subject: [PATCH] Give target and source file the same name --- Min_circle_2/demo/Min_circle_2/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Min_circle_2/demo/Min_circle_2/CMakeLists.txt b/Min_circle_2/demo/Min_circle_2/CMakeLists.txt index 87eb4183653..cb1854bec44 100644 --- a/Min_circle_2/demo/Min_circle_2/CMakeLists.txt +++ b/Min_circle_2/demo/Min_circle_2/CMakeLists.txt @@ -34,7 +34,7 @@ if ( CGAL_FOUND AND CGAL_Qt3_FOUND AND QT3_FOUND ) Qt_widget_move_list_point.cpp Qt_widget_move_list_point.moc ) - target_link_libraries( min_circle ${CGAL_LIBRARIES} ${CGAL_3RD_PARTY_LIBRARIES} ) + target_link_libraries( min_circle_2_demo ${CGAL_LIBRARIES} ${CGAL_3RD_PARTY_LIBRARIES} ) else()