Skip to content

Commit

Permalink
remove message in cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrhm committed Oct 24, 2024
1 parent 7fa9911 commit 0abee95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/macros.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ macro(mrover_add_component name sources includes)
mrover_add_library(${component_name} ${sources} ${includes} SHARED)
rosidl_target_interfaces(${component_name} ${PROJECT_NAME} "rosidl_typesupport_cpp")
foreach(node ${ARGN})
message("Registering ${node}")
rclcpp_components_register_nodes(${component_name} "mrover::${node}")
set(node_plugins "${node_plugins}mrover::${node};$<TARGET_FILE:${component_name}>\n")
endforeach()
Expand Down

0 comments on commit 0abee95

Please sign in to comment.