From 805d1fd3a50601bf9c085addcf24a5c177c82047 Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Mon, 22 Apr 2024 14:09:23 -0700 Subject: [PATCH] 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"], }