From c1b2201f21159e7c7d8224d7adfc2d5da45e38d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B3n=20Casas?= Date: Tue, 1 Apr 2025 12:16:12 +0200 Subject: [PATCH] Add COLCON_IGNORE to ament_cmake_ros/rmw_test_fixture_implementation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Antón Casas --- modules/libmicroros/libmicroros.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/libmicroros/libmicroros.mk b/modules/libmicroros/libmicroros.mk index e40ce69..0f00d70 100644 --- a/modules/libmicroros/libmicroros.mk +++ b/modules/libmicroros/libmicroros.mk @@ -67,6 +67,7 @@ $(COMPONENT_PATH)/micro_ros_dev/install: git clone -b rolling https://github.com/ament/googletest src/googletest; \ git clone -b rolling https://github.com/ros2/ament_cmake_ros src/ament_cmake_ros; \ git clone -b rolling https://github.com/ament/ament_index src/ament_index; \ + touch src/ament_cmake_ros/rmw_test_fixture_implementation/COLCON_IGNORE; \ colcon build --cmake-args -DBUILD_TESTING=OFF; $(COMPONENT_PATH)/micro_ros_src/src: