Hi all,
Again, in an effort to keep libfranka available in conda-forge, I needed to update the CMake configuration to be compatible with Eigen5.
Overall, the only breaking change of Eigen5 is introduced here cmake: remove deprecated package config variables. This breaks the line:
|
REQUIRED_VARS EIGEN3_INCLUDE_DIRS |
given that package config variables have now been deleted.
This issue comes with a accompanying PR to solve this issue, I would appreaciated any comment and if there is any interested to merge those changes.
Notes:
Eigen 5.0.0 release notes
Hi all,
Again, in an effort to keep
libfrankaavailable in conda-forge, I needed to update the CMake configuration to be compatible withEigen5.Overall, the only breaking change of
Eigen5is introduced here cmake: remove deprecated package config variables. This breaks the line:libfranka/cmake/FindEigen3.cmake
Line 7 in 9f9304e
given that package config variables have now been deleted.
This issue comes with a accompanying PR to solve this issue, I would appreaciated any comment and if there is any interested to merge those changes.
Notes:
Eigen 5.0.0 release notes