mirror of https://github.com/CGAL/cgal
Merge remote-tracking branch 'origin/Weights-new_package-danston' into Weights-unification-danston
This commit is contained in:
commit
992b3988e6
|
|
@ -17,7 +17,7 @@ create_single_source_cgal_program("projection_traits.cpp")
|
|||
create_single_source_cgal_program("custom_traits.cpp")
|
||||
create_single_source_cgal_program("convergence.cpp")
|
||||
|
||||
find_package(Eigen3 QUIET)
|
||||
find_package(Eigen3 3.1.0 QUIET) # (3.1.0 or greater)
|
||||
include(CGAL_Eigen3_support)
|
||||
if(TARGET CGAL::Eigen3_support)
|
||||
create_single_source_cgal_program("weighted_laplacian.cpp")
|
||||
|
|
|
|||
Loading…
Reference in New Issue