Skip to content

Commit 3831a34

Browse files
authored
Fix rolling build (#149)
Signed-off-by: Antón Casas <[email protected]>
1 parent f9fb282 commit 3831a34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/libmicroros/libmicroros.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ $(COMPONENT_PATH)/micro_ros_dev/install:
6767
git clone -b rolling https://github.com/ament/googletest src/googletest; \
6868
git clone -b rolling https://github.com/ros2/ament_cmake_ros src/ament_cmake_ros; \
6969
git clone -b rolling https://github.com/ament/ament_index src/ament_index; \
70+
touch src/ament_cmake_ros/rmw_test_fixture_implementation/COLCON_IGNORE; \
7071
colcon build --cmake-args -DBUILD_TESTING=OFF;
7172

7273
$(COMPONENT_PATH)/micro_ros_src/src:

0 commit comments

Comments
 (0)