From d7829415a6f0d2d153203f73ebebc441a6ca2ebe Mon Sep 17 00:00:00 2001 From: Chris Lalancette Date: Mon, 10 Nov 2025 19:05:38 +0000 Subject: [PATCH] Change colcon.pkg dependencies to be test-dependencies. The dependencies on ament_cmake, ament_cmake_gtest, and googletest-distribution are only needed when building for tests, so we should only inject them as test dependencies. Signed-off-by: Chris Lalancette --- colcon.pkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colcon.pkg b/colcon.pkg index 81c42abf..b1021816 100644 --- a/colcon.pkg +++ b/colcon.pkg @@ -1,6 +1,6 @@ name: fastcdr type: cmake -dependencies: +test-dependencies: # Needed for test compilation in ROS 2 CI - ament_cmake_gtest - ament_cmake