Remove rules for demos without GUI

This commit is contained in:
Andreas Fabri 2010-05-14 14:07:12 +00:00
parent f86be5f7fc
commit 0dc3166007
1 changed files with 0 additions and 10 deletions

View File

@ -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.")