diff --git a/rclcpp_components/cmake/rclcpp_components_register_node.cmake b/rclcpp_components/cmake/rclcpp_components_register_node.cmake index 57bf3cbfc8..3e38aa5d27 100644 --- a/rclcpp_components/cmake/rclcpp_components_register_node.cmake +++ b/rclcpp_components/cmake/rclcpp_components_register_node.cmake @@ -30,7 +30,7 @@ macro(rclcpp_components_register_node target) set(component ${ARGS_PLUGIN}) set(node ${ARGS_EXECUTABLE}) _rclcpp_components_register_package_hook() - set(_path "lib") + set(_path "lib") set(library_name "$") if(WIN32) set(_path "bin")