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

fix catkin package command call #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fix catkin package command call #2

wants to merge 1 commit into from

Conversation

mcamurri
Copy link

@mcamurri mcamurri commented Mar 31, 2018

This commit fixes two problems: 1) The catkin_package command have to be
called before add_library or add_executable. 2) After the DEPEND
argument only library names have to be listed, not folders

This prevents other packages depending on dwl to find it (dwl_msgs in my case)

This commit fixes two problems: 1) The catkin_package command have to be
called before add_library or add_executable. 2) After the DEPEND
argument only library names have to be listed, not folders
@mcamurri mcamurri added the bug Something isn't working label Mar 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants