mirror of https://github.com/CGAL/cgal
Eigen_support -> Eigen3_support (concerns kinetic @soesau)
This commit is contained in:
parent
63928f5090
commit
eaa2dfc456
|
|
@ -11,7 +11,7 @@ include(CGAL_CreateSingleSourceCGALProgram)
|
|||
find_package(Eigen3 3.1.0 REQUIRED)
|
||||
if(Eigen3_FOUND)
|
||||
message(STATUS "Found Eigen")
|
||||
include(CGAL_Eigen_support)
|
||||
include(CGAL_Eigen3_support)
|
||||
|
||||
set(targets kinetic_partition)
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ if(Boost_FOUND)
|
|||
find_package(Eigen3 3.1.0 REQUIRED)
|
||||
if(Eigen3_FOUND)
|
||||
message(STATUS "Found Eigen")
|
||||
include(CGAL_Eigen_support)
|
||||
include(CGAL_Eigen3_support)
|
||||
|
||||
set(targets kinetic_3d_test_all)
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ include(CGAL_CreateSingleSourceCGALProgram)
|
|||
find_package(Eigen3 3.1.0 REQUIRED)
|
||||
if(Eigen3_FOUND)
|
||||
message(STATUS "Found Eigen")
|
||||
include(CGAL_Eigen_support)
|
||||
include(CGAL_Eigen3_support)
|
||||
|
||||
set(targets ksr_basic ksr_building ksr_parameters)
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ include(CGAL_CreateSingleSourceCGALProgram)
|
|||
find_package(Eigen3 3.1.0 REQUIRED)
|
||||
if(Eigen3_FOUND)
|
||||
message(STATUS "Found Eigen")
|
||||
include(CGAL_Eigen_support)
|
||||
include(CGAL_Eigen3_support)
|
||||
|
||||
set(targets ksr_test ksr_reorientation ksr_regularization)
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ create_single_source_cgal_program("octree_surface_mesh.cpp")
|
|||
create_single_source_cgal_program("quadtree_build_manually.cpp")
|
||||
|
||||
find_package(Eigen3 3.1.91 QUIET) #(requires 3.1.91 or greater)
|
||||
include(CGAL_Eigen_support)
|
||||
include(CGAL_Eigen3_support)
|
||||
if (TARGET CGAL::Eigen3_support)
|
||||
create_single_source_cgal_program("orthtree_build.cpp")
|
||||
target_link_libraries(orthtree_build PRIVATE CGAL::Eigen3_support)
|
||||
|
|
|
|||
Loading…
Reference in New Issue