We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75f8995 commit f8d3374Copy full SHA for f8d3374
modules/libmicroros/libmicroros.mk
@@ -102,7 +102,8 @@ $(COMPONENT_PATH)/micro_ros_src/src:
102
touch src/common_interfaces/std_srvs/COLCON_IGNORE; \
103
touch src/rcl/rcl_yaml_param_parser/COLCON_IGNORE; \
104
touch src/rcl_logging/rcl_logging_spdlog/COLCON_IGNORE; \
105
- touch src/rcl_interfaces/test_msgs/COLCON_IGNORE;
+ touch src/rcl_interfaces/test_msgs/COLCON_IGNORE; \
106
+ touch src/ros2/rmw/rmw_security_common/COLCON_IGNORE;
107
108
$(COMPONENT_PATH)/micro_ros_src/install: configure_colcon_meta configure_toolchain $(COMPONENT_PATH)/micro_ros_dev/install $(COMPONENT_PATH)/micro_ros_src/src
109
cd $(UROS_DIR); \
0 commit comments