Merge pull request #6049 from danston/Number_types-rename_eigen_test-danston

Renamed Eigen Test in NT
This commit is contained in:
Laurent Rineau 2021-10-29 16:50:11 +02:00
commit 0248be6e5e
2 changed files with 2 additions and 2 deletions

View File

@ -76,11 +76,11 @@ endif() #GMP_FOUND AND NOT CGAL_DISABLE_GMP
if(NOT CGAL_DISABLE_GMP)
create_single_source_cgal_program( "Gmpfi.cpp" )
create_single_source_cgal_program( "Gmpfr_bug.cpp" )
create_single_source_cgal_program( "eigen.cpp" )
create_single_source_cgal_program( "test_eigen.cpp" )
find_package(Eigen3 3.2.0) #(requires 3.2.0 or greater)
include(CGAL_Eigen3_support)
if (TARGET CGAL::Eigen3_support)
target_link_libraries(eigen PUBLIC CGAL::Eigen3_support)
target_link_libraries(test_eigen PUBLIC CGAL::Eigen3_support)
endif()
else()#NOT CGAL_DISABLE_GMP
message(STATUS "NOTICE: Some tests require the CGAL_Core library, and will not be compiled.")