-
Notifications
You must be signed in to change notification settings - Fork 18
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
Add colcon.pkg with gz-cmake4 dependency #142
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,10 @@ | ||||||
# Configuration file for colcon (https://colcon.readthedocs.io). | ||||||
# | ||||||
# Please see the doc for the details of the spec: | ||||||
# - https://colcon.readthedocs.io/en/released/user/configuration.html#colcon-pkg-files | ||||||
|
||||||
{ | ||||||
# explicitly add gz-cmake4 as a dependency since it is not included in the package.xml | ||||||
# see https://github.com/gazebosim/gz-tools/pull/142 for discussion of alternatives | ||||||
"dependencies": ["gz-cmake4"], | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Quoting: https://colcon.readthedocs.io/en/released/user/configuration.html#colcon-pkg-files
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Tricky. Is There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'll leave this as is for now and merge to fix CI. We can follow up with other approaches after CI is fixed |
||||||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We also want to mention why we are adding this file here so we remember the original cause to introduce the file and listing only a subset of the versions that the sotfware can depend on.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
comments added in 805d1fd