From add74d7a5e6513eddb2f130934a1a8c43cc0678b Mon Sep 17 00:00:00 2001 From: Lingjie Zhu Date: Mon, 17 Sep 2018 17:25:39 +0800 Subject: [PATCH] fix example cmake --- .../examples/Surface_mesh_approximation/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) 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" )