diff --git a/Surface_mesh_approximation/examples/Surface_mesh_approximation/CMakeLists.txt b/Surface_mesh_approximation/examples/Surface_mesh_approximation/CMakeLists.txt index 812261b9a01..5db097a5ea9 100644 --- a/Surface_mesh_approximation/examples/Surface_mesh_approximation/CMakeLists.txt +++ b/Surface_mesh_approximation/examples/Surface_mesh_approximation/CMakeLists.txt @@ -47,8 +47,6 @@ create_single_source_cgal_program( "vsa_approximation_2_example.cpp" ) create_single_source_cgal_program( "vsa_approximation_example.cpp" ) -create_single_source_cgal_program( "vsa_approximation_SM_example.cpp" ) - create_single_source_cgal_program( "vsa_class_interface_example.cpp" ) create_single_source_cgal_program( "vsa_isotropic_metric_example.cpp" )