From d704fc056f52abae15128663923a723d969148bb Mon Sep 17 00:00:00 2001 From: Sven Oesau Date: Mon, 15 Dec 2025 09:51:36 +0100 Subject: [PATCH] tests for triangulate_hole_Polyhedron_3_no_delaunay_test and triangulate_hole_Polyhedron_3_test were also added in absence of Eigen3 causing the testsuite to abort --- .../test/Polygon_mesh_processing/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polygon_mesh_processing/test/Polygon_mesh_processing/CMakeLists.txt b/Polygon_mesh_processing/test/Polygon_mesh_processing/CMakeLists.txt index 165451d56ad..a93d5475d9c 100644 --- a/Polygon_mesh_processing/test/Polygon_mesh_processing/CMakeLists.txt +++ b/Polygon_mesh_processing/test/Polygon_mesh_processing/CMakeLists.txt @@ -137,7 +137,7 @@ else() message(STATUS "NOTICE: Tests are not using Ceres.") endif() -if(CGAL_ENABLE_TESTING) +if(CGAL_ENABLE_TESTING AND TARGET CGAL::Eigen3_support) set_tests_properties( "execution of triangulate_hole_Polyhedron_3_no_delaunay_test" "execution of triangulate_hole_Polyhedron_3_test"