diff --git a/Surface_mesh_approximation/test/Surface_mesh_approximation/CMakeLists.txt b/Surface_mesh_approximation/test/Surface_mesh_approximation/CMakeLists.txt index 2c2b89ec44f..31c8e24f7ab 100644 --- a/Surface_mesh_approximation/test/Surface_mesh_approximation/CMakeLists.txt +++ b/Surface_mesh_approximation/test/Surface_mesh_approximation/CMakeLists.txt @@ -50,8 +50,8 @@ target_link_libraries(vsa_approximation_test PUBLIC CGAL::Eigen3_support) create_single_source_cgal_program("vsa_segmentation_test.cpp") target_link_libraries(vsa_segmentation_test PUBLIC CGAL::Eigen3_support) -create_single_source_cgal_program("vsa_meshing_manifold_test.cpp") -target_link_libraries(vsa_meshing_manifold_test PUBLIC CGAL::Eigen3_support) +#create_single_source_cgal_program("vsa_meshing_manifold_test.cpp") +#target_link_libraries(vsa_meshing_manifold_test PUBLIC CGAL::Eigen3_support) create_single_source_cgal_program("vsa_metric_test.cpp") target_link_libraries(vsa_metric_test PUBLIC CGAL::Eigen3_support)