Skip to content

Commit

Permalink
Add colcon.pkg with gz-cmake4 dependency (#142)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters committed Apr 22, 2024
1 parent 0598036 commit 2b228e5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions colcon.pkg
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"],
}

0 comments on commit 2b228e5

Please sign in to comment.