From ac88b18a539763e8a98746ac611b537f1a9ea536 Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Mon, 22 Apr 2024 11:02:55 -0700 Subject: [PATCH 1/2] colcon.pkg: add depend on gz-cmake4 Signed-off-by: Steve Peters --- colcon.pkg | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 colcon.pkg diff --git a/colcon.pkg b/colcon.pkg new file mode 100644 index 0000000..ab6a16f --- /dev/null +++ b/colcon.pkg @@ -0,0 +1,8 @@ +# 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 + +{ + "dependencies": ["gz-cmake4"], +} From 805d1fd3a50601bf9c085addcf24a5c177c82047 Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Mon, 22 Apr 2024 14:09:23 -0700 Subject: [PATCH 2/2] Add comments Signed-off-by: Steve Peters --- colcon.pkg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/colcon.pkg b/colcon.pkg index ab6a16f..2d15309 100644 --- a/colcon.pkg +++ b/colcon.pkg @@ -4,5 +4,7 @@ # - 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"], }