Skip to content

Commit

Permalink
fix compact metric example cmake file
Browse files Browse the repository at this point in the history
  • Loading branch information
aboudev committed Jul 19, 2017
1 parent c950532 commit db2a3d9
Showing 1 changed file with 1 addition and 7 deletions.
Expand Up @@ -42,10 +42,4 @@ include_directories( BEFORE ../../include )
include( CGAL_CreateSingleSourceCGALProgram )

create_single_source_cgal_program( "vsa_example.cpp" )
# create_single_source_cgal_program( "segmentation_from_sdf_values_SM_example.cpp")

# if(OpenMesh_FOUND)
# create_single_source_cgal_program( "segmentation_from_sdf_values_OpenMesh_example.cpp" )
# target_link_libraries( segmentation_from_sdf_values_OpenMesh_example ${OPENMESH_LIBRARIES} )
# endif()

create_single_source_cgal_program( "vsa_metric_example.cpp")

0 comments on commit db2a3d9

Please sign in to comment.