leftover from Eigen5 update

This commit is contained in:
Sébastien Loriot 2025-11-06 10:08:56 +01:00
parent 3b0d95e0e5
commit af94906903
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ project(Surface_mesh_simplification_Examples)
# CGAL and its components
find_package(CGAL REQUIRED)
find_package(Eigen3 3.1.0 QUIET) #(3.1.0 or greater)
find_package(Eigen3 QUIET)
include(CGAL_Eigen3_support)
if(TARGET CGAL::Eigen3_support)
create_single_source_cgal_program("bench_garland_heckbert.cpp")