Skip to content

Commit 17d33fd

Browse files
authored
Fix rolling build (#285)
Signed-off-by: Antón Casas <antoncasas@eprosima.com>
1 parent 7236cf4 commit 17d33fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libmicroros.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ $(EXTENSIONS_DIR)/micro_ros_dev/install:
4343
git clone -b rolling https://github.com/ament/googletest src/googletest; \
4444
git clone -b rolling https://github.com/ros2/ament_cmake_ros src/ament_cmake_ros; \
4545
git clone -b rolling https://github.com/ament/ament_index src/ament_index; \
46+
touch src/ament_cmake_ros/rmw_test_fixture_implementation/COLCON_IGNORE; \
4647
colcon build --cmake-args -DBUILD_TESTING=OFF -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=gcc;
4748

4849
$(EXTENSIONS_DIR)/micro_ros_src/src:

0 commit comments

Comments
 (0)