Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

line 89 in mrpt_bridge/CMakeLists.txt makes Problems: no ${MRPT_LIBS} as Dependency #90

Closed
majorx234 opened this issue Oct 9, 2017 · 1 comment

Comments

@majorx234
Copy link

majorx234 commented Oct 9, 2017

get Error:

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.

@jlblancoc
Copy link
Member

Correct! Fixed 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants