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

Revision history [back]

click to hide/show revision 1
initial version

https://stackoverflow.com/a/56031744/11013985

The error seems to be from CGAL not linking libGmp as it depends on it. Using target_link_libraries(example CGAL::CGAL) instead of using the CMake variable target_link_libraries(example ${CGAL_LIBRARIES}) solves the issue.

https://stackoverflow.com/a/56031744/11013985