Skip to content

Commit

Permalink
Eigen_support -> Eigen3_support (concerns kinetic @soesau)
Browse files Browse the repository at this point in the history
  • Loading branch information
afabri committed Oct 8, 2024
1 parent 63928f5 commit eaa2dfc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion Orthtree/examples/Orthtree/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit eaa2dfc

Please sign in to comment.