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

Exported libraries incorrect #2

Closed
stonier opened this issue Dec 23, 2012 · 0 comments
Closed

Exported libraries incorrect #2

stonier opened this issue Dec 23, 2012 · 0 comments

Comments

@stonier
Copy link

stonier commented Dec 23, 2012

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:

catkin_package(DEPENDS sensor_msgs roscpp nodelet image_transport image_geometry dynamic_reconfigure
               INCLUDE_DIRS include
               LIBRARIES ${PROJECT_NAME}
)

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}.

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