diff --git a/Mesh_2/demo/Mesh_2/Qt3/CMakeLists.txt b/Mesh_2/demo/Mesh_2/Qt3/CMakeLists.txt index 9442d774347..8eae807c03d 100644 --- a/Mesh_2/demo/Mesh_2/Qt3/CMakeLists.txt +++ b/Mesh_2/demo/Mesh_2/Qt3/CMakeLists.txt @@ -37,16 +37,6 @@ if ( CGAL_FOUND AND QT3_FOUND AND CGAL_Qt3_FOUND) # Link the main executable to CGAL and third-party libraries target_link_libraries(mesh_2_demo ${QT3_LIBRARIES} ${CGAL_LIBRARIES} ${CGAL_3RD_PARTY_LIBRARIES} ) - # conform target - add_executable (conform conform.cpp) - target_link_libraries(conform ${CGAL_LIBRARIES} ${CGAL_3RD_PARTY_LIBRARIES} ) - add_to_cached_list( CGAL_EXECUTABLE_TARGETS conform ) - - # mesh target - add_executable (mesh mesh.cpp) - target_link_libraries(mesh ${QT3_LIBRARIES} ${CGAL_LIBRARIES} ${CGAL_3RD_PARTY_LIBRARIES} ) - add_to_cached_list( CGAL_EXECUTABLE_TARGETS mesh ) - else() message(STATUS "NOTICE: This demo requires CGAL and Qt3, and will not be compiled.")