Skip to content

Commit f8d3374

Browse files
committed
colcon ignore rmw_security_common
Signed-off-by: Antón Casas <[email protected]>
1 parent 75f8995 commit f8d3374

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/libmicroros/libmicroros.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ $(COMPONENT_PATH)/micro_ros_src/src:
102102
touch src/common_interfaces/std_srvs/COLCON_IGNORE; \
103103
touch src/rcl/rcl_yaml_param_parser/COLCON_IGNORE; \
104104
touch src/rcl_logging/rcl_logging_spdlog/COLCON_IGNORE; \
105-
touch src/rcl_interfaces/test_msgs/COLCON_IGNORE;
105+
touch src/rcl_interfaces/test_msgs/COLCON_IGNORE; \
106+
touch src/ros2/rmw/rmw_security_common/COLCON_IGNORE;
106107

107108
$(COMPONENT_PATH)/micro_ros_src/install: configure_colcon_meta configure_toolchain $(COMPONENT_PATH)/micro_ros_dev/install $(COMPONENT_PATH)/micro_ros_src/src
108109
cd $(UROS_DIR); \

0 commit comments

Comments
 (0)