Remove duplicated cmake entry.

This commit is contained in:
Guillaume Damiand 2016-06-20 12:35:47 +02:00
parent 374f5cc785
commit e3dc906dfa
1 changed files with 0 additions and 1 deletions

View File

@ -92,7 +92,6 @@ if ( CGAL_FOUND )
create_single_source_cgal_program( "mesh_3D_image.cpp" )
target_link_libraries(mesh_3D_image ${ZLIB_LIBRARY})
create_single_source_cgal_program( "mesh_3D_gray_image.cpp" )
target_link_libraries(mesh_3D_gray_image ${ZLIB_LIBRARY})
create_single_source_cgal_program( "mesh_3D_image_variable_size.cpp" )