Skip to content

Commit

Permalink
fix test_pub cmakelists
Browse files Browse the repository at this point in the history
Signed-off-by: M. Fatih Cırıt <[email protected]>
  • Loading branch information
M. Fatih Cırıt committed Feb 22, 2024
1 parent c383825 commit d97942f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/test_node/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ rclcpp_components_register_node(${library_name}
PLUGIN "test_node::TestNode"
EXECUTABLE ${executable_name})

add_executable(test_pub src/test_pub.cpp)
ament_auto_add_executable(test_pub src/test_pub.cpp)
ament_target_dependencies(test_pub rclcpp std_msgs)


Expand Down

0 comments on commit d97942f

Please sign in to comment.