mirror of https://github.com/CGAL/cgal
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:
parent
5f8a8fe359
commit
d704fc056f
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue