Skip to content

Commit

Permalink
set cmake interface for ros examples
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnrd committed Mar 12, 2024
1 parent c32ec0f commit 71a79d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/CCpp/ROS/src/include/CMakeListsExtension.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ find_package(rmw REQUIRED)
find_package(sensor_msgs REQUIRED)
find_package(std_msgs REQUIRED)

ament_target_dependencies( ${LF_MAIN_TARGET} rclcpp sensor_msgs std_msgs rmw)
ament_target_dependencies( ${LF_MAIN_TARGET} PUBLIC rclcpp sensor_msgs std_msgs rmw)

0 comments on commit 71a79d0

Please sign in to comment.