You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The exported libraries cmake call does not reflect the libraries it is building and this is causing problems building down the line because catkin_LIBRARIES ends up incorrectly passing libdepthimage_to_laserscan.so (which doesn't exist) to be linked.
The exported libraries cmake call does not reflect the libraries it is building and this is causing problems building down the line because catkin_LIBRARIES ends up incorrectly passing libdepthimage_to_laserscan.so (which doesn't exist) to be linked.
In
CMakeLists.txt
:I don't know if any of the actual libraries built are intended for export - if they are, they should be listed instead of ${PROJECT_NAME}.
The text was updated successfully, but these errors were encountered: