mirror of https://github.com/CGAL/cgal
leftover from Eigen5 update
This commit is contained in:
parent
3b0d95e0e5
commit
af94906903
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue