mirror of https://github.com/CGAL/cgal
Merge pull request #6049 from danston/Number_types-rename_eigen_test-danston
Renamed Eigen Test in NT
This commit is contained in:
commit
0248be6e5e
|
|
@ -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.")
|
||||
|
|
|
|||
Loading…
Reference in New Issue