From 3d9814a102a798fa6c8011d16bfd1c4839cdf64e Mon Sep 17 00:00:00 2001 From: Chris Lalancette Date: Thu, 8 May 2025 14:38:31 +0000 Subject: [PATCH] Add an ament_cmake_gtest dependency to rosidl_runtime_c. This was found while testing out a fix to colcon-core which will reduce the scope of test_depend. Regardless, this package actually does depend on ament_cmake_gtest so the dependency should be there. Signed-off-by: Chris Lalancette --- rosidl_runtime_c/package.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/rosidl_runtime_c/package.xml b/rosidl_runtime_c/package.xml index 8e7a5eb23..cfdd51557 100644 --- a/rosidl_runtime_c/package.xml +++ b/rosidl_runtime_c/package.xml @@ -28,6 +28,7 @@ rcutils + ament_cmake_gtest ament_lint_auto ament_lint_common performance_test_fixture