robotology / ycm-cmake-modules

YCM (YCM CMake modules) is a collection of various useful CMake modules.
http://robotology.github.io/ycm-cmake-modules
Other
50 stars 22 forks source link

Remove FindEigen3 module #399

Closed traversaro closed 2 years ago

traversaro commented 2 years ago

Fix https://github.com/robotology/ycm/issues/120 .

As discussed in https://github.com/robotology/ycm/issues/120#issuecomment-934196069, no deprecation cycle is necessary as find_package(Eigen3) will continue to work fine thans to the Eigen3Config.cmake that is shipped with the eigen package in all known distributions.