mirror of https://github.com/CGAL/cgal
Add testcase that fails
This commit is contained in:
parent
4ed4d096bf
commit
4d6541c3c4
|
|
@ -6,6 +6,9 @@ project( Frechet_distance_Tests )
|
|||
|
||||
find_package(CGAL REQUIRED)
|
||||
|
||||
|
||||
create_single_source_cgal_program( "Frechet-IssueOct25.cpp" )
|
||||
|
||||
find_package(Eigen3 3.1.0 QUIET) #(3.1.0 or greater)
|
||||
include(CGAL_Eigen3_support)
|
||||
if(TARGET CGAL::Eigen3_support)
|
||||
|
|
|
|||
Loading…
Reference in New Issue