From ac88b18a539763e8a98746ac611b537f1a9ea536 Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Mon, 22 Apr 2024 11:02:55 -0700 Subject: [PATCH] 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"], +}