forked from ros-infrastructure/superflore
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add flag to also add build-dep for runtime-depends
Superflore is correct to generate runtime dependencies when an dependency is needed to provide headers and libraries needed to consume an element but not to build it. Some tooling struggles to interpret the c/c++ dependency graph when the dependencies are represented as runtime-dependencies. This commit adds a flag to additionally generate a build-dependency for elements that depend on a ROS package that defines a package as a runtime dependency.
- Loading branch information
1 parent
e5818da
commit 415c0e5
Showing
3 changed files
with
24 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters