File tree 1 file changed +21
-19
lines changed
1 file changed +21
-19
lines changed Original file line number Diff line number Diff line change @@ -97,29 +97,31 @@ target_link_libraries(simROS2 PRIVATE Boost::boost)
97
97
#ament_target_dependencies(simROS2 rclcpp)
98
98
ament_target_dependencies(
99
99
simROS2
100
- "diagnostic_msgs"
101
- "geometry_msgs"
102
- "lifecycle_msgs"
103
- "map_msgs"
104
- "nav_msgs"
105
- "pendulum_msgs"
106
- "rosgraph_msgs"
107
- "sensor_msgs"
108
- "shape_msgs"
109
- "std_msgs"
110
- "stereo_msgs"
111
- "tf2_geometry_msgs"
112
- "tf2_msgs"
113
- "trajectory_msgs"
114
- "unique_identifier_msgs"
115
- "visualization_msgs"
116
- "std_srvs"
117
- "example_interfaces"
100
+ PUBLIC
101
+ diagnostic_msgs
102
+ geometry_msgs
103
+ lifecycle_msgs
104
+ map_msgs
105
+ nav_msgs
106
+ pendulum_msgs
107
+ rosgraph_msgs
108
+ sensor_msgs
109
+ shape_msgs
110
+ std_msgs
111
+ stereo_msgs
112
+ tf2_geometry_msgs
113
+ tf2_msgs
114
+ trajectory_msgs
115
+ unique_identifier_msgs
116
+ visualization_msgs
117
+ std_srvs
118
+ example_interfaces
118
119
)
119
120
if (image_transport_FOUND)
120
121
ament_target_dependencies(
121
122
simROS2
122
- "image_transport"
123
+ PUBLIC
124
+ image_transport
123
125
)
124
126
endif ()
125
127
You can’t perform that action at this time.
0 commit comments