ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Cmake warning?

asked 2017-02-21 23:11:14 -0500

GIL gravatar image

Make Warning at /opt/ros/kinetic/share/cmake_modules/cmake/Modules/FindEigen.cmake:62 (message): The FindEigen.cmake Module in the cmake_modules package is deprecated.

Please use the FindEigen3.cmake Module provided with Eigen. Change instances of find_package(Eigen) to find_package(Eigen3). Check the FindEigen3.cmake Module for the resulting CMake variable names.

Call Stack (most recent call first): ROBOTIS/ROBOTIS-THORMANG-MPC-master/ati_ft_sensor/CMakeLists.txt:17 (find_package)

-- Eigen found (include: /usr/include/eigen3)

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2017-02-21 23:26:22 -0500

ahendrix gravatar image

If this is your package you should make the change described in the warning. If this isn't your package, you can probably ignore the warning or file a ticket on the project's bug tracker.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2017-02-21 23:11:14 -0500

Seen: 1,716 times

Last updated: Feb 21 '17