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
CMake Error at mrpt_navigation/mrpt_bridge/CMakeLists.txt:89 (add_dependencies):
The dependency target "mrpt-base" of target "test_Bridge" does not exist.
CMake Error at mrpt_navigation/mrpt_bridge/CMakeLists.txt:89 (add_dependencies):
The dependency target "mrpt-graphs" of target "test_Bridge" does not exist.
CMake Error at mrpt_navigation/mrpt_bridge/CMakeLists.txt:89 (add_dependencies):
The dependency target "mrpt-maps" of target "test_Bridge" does not exist.
CMake Error at mrpt_navigation/mrpt_bridge/CMakeLists.txt:89 (add_dependencies):
The dependency target "mrpt-obs" of target "test_Bridge" does not exist.
CMake Error at mrpt_navigation/mrpt_bridge/CMakeLists.txt:89 (add_dependencies):
The dependency target "mrpt-opengl" of target "test_Bridge" does not exist.
CMake Error at mrpt_navigation/mrpt_bridge/CMakeLists.txt:89 (add_dependencies):
The dependency target "mrpt-slam" of target "test_Bridge" does not exist.
CMake Error at mrpt_navigation/mrpt_bridge/CMakeLists.txt:89 (add_dependencies):
The dependency target "mrpt-tfest" of target "test_Bridge" does not exist.
CMake Error at mrpt_navigation/mrpt_bridge/CMakeLists.txt:89 (add_dependencies):
The dependency target "mrpt-vision" of target "test_Bridge" does not exist.
solved it with edit line 89 in CMakeLists.txt of mrpt_bridge
and removed ${MRPT_LIBS} as dependency
imo it makes no sense to put libraries there.
The text was updated successfully, but these errors were encountered:
get Error:
solved it with edit line 89 in CMakeLists.txt of mrpt_bridge
and removed ${MRPT_LIBS} as dependency
imo it makes no sense to put libraries there.
The text was updated successfully, but these errors were encountered: