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

This commit is contained in:
Sven Oesau 2025-12-15 09:51:36 +01:00
parent 5f8a8fe359
commit d704fc056f
1 changed files with 1 additions and 1 deletions

View File

@ -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"