From 0dc3166007d0c2eee96c7a4f69994f65e0befd33 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Fri, 14 May 2010 14:07:12 +0000 Subject: [PATCH] Remove rules for demos without GUI --- Mesh_2/demo/Mesh_2/Qt3/CMakeLists.txt | 10 ---------- 1 file changed, 10 deletions(-) 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.")