-
Notifications
You must be signed in to change notification settings - Fork 91
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
catkin_create_pkg should fill system deps and CATKIN_DEPENDS #18
Comments
cc: @dirk-thomas |
Yes, the example makes sense. One thing which is missing is that Boost should also be passed as DEPENDS (like BZip2). I guess the template also has a line with Another point may be that the name of the depending package might not be equal to the name which needs to be find_package()-ed. But adding it 1-to-1 is still a good thing in the template - the user can always modify it if necessary. |
working on a pull request... |
changes included in #19 |
on second thought, created a separate pull request #21 for this |
was implemented |
The new CATKIN_DEPENDS and DEPENDS cmake macro arg should be initialized by default
I imagine we could extend the create script so that this syntax:
creates this CMakeLists.txt snippets:
Dirk to advise whether the above example is correct and makes sense.
I can create a pull request if others agree.
The text was updated successfully, but these errors were encountered: