Skip to content

Conversation

@soesau
Copy link
Member

@soesau soesau commented Oct 27, 2025

Summary of Changes

Adding support for Eigen3 5.0.0 by updating CMakeLists.txt scripts.

Release Management

@soesau soesau changed the title adding support for Eigen3 5.0.0 Adding support for Eigen3 5.0.0 Oct 27, 2025
@soesau soesau changed the title Adding support for Eigen3 5.0.0 Eigen3 5.0.0 support Oct 27, 2025
Comment on lines +17 to +19
find_package(Eigen3 QUIET)
include(CGAL_Eigen3_support)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can't this find be included in the include file?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, you're right. That would make it shorter. However, for now, all those internal support files follow the same scheme of having the find_package outside..

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consistency is a great thing so having all packages handled similar is the best, though I think that all packages should have the find inside so that maintenance will be easier as well.

@MaelRL MaelRL added this to the 6.2-beta milestone Oct 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Finding Eigen 5.0.0 in CMake

4 participants