Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ set(rqt_image_view_INCLUDE_DIRECTORIES
${rclcpp_INCLUDE_DIRS}
${qt_gui_cpp_INCLUDE_DIRS}
${rqt_gui_cpp_INCLUDE_DIRS}
${image_transport_INCLUDE_DIRS}
${sensor_msgs_INCLUDE_DIRS}
${geometry_msgs_INCLUDE_DIRS}
${cv_bridge_INCLUDE_DIRS}
Expand All @@ -77,7 +76,7 @@ target_link_libraries(
${rclcpp_LIBRARIES}
${qt_gui_cpp_LIBRARIES}
${rqt_gui_cpp_LIBRARIES}
${image_transport_LIBRARIES}
image_transport::image_transport
${sensor_msgs_LIBRARIES}
${geometry_msgs_LIBRARIES}
${cv_bridge_LIBRARIES}
Expand Down