Skip to content

Commit cbae7d5

Browse files
committed
Add missing changes
1 parent 509b9c2 commit cbae7d5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bag_tools/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ add_executable(extract_images src/extract_images.cpp)
1717
add_executable(extract_stereo_images src/extract_stereo_images.cpp)
1818
add_executable(process_stereo src/process_stereo.cpp)
1919

20-
add_dependencies(extract_image_positions auv_msgs_generate_messages_cpp)
21-
2220
target_link_libraries(extract_images ${Boost_LIBRARIES} ${OpenCV_LIBRARIES} ${catkin_LIBRARIES} ${console_bridge_LIBRARIES})
2321
target_link_libraries(extract_stereo_images ${Boost_LIBRARIES} ${OpenCV_LIBRARIES} ${catkin_LIBRARIES} ${console_bridge_LIBRARIES})
2422
target_link_libraries(process_stereo ${Boost_LIBRARIES} ${OpenCV_LIBRARIES} ${catkin_LIBRARIES} ${console_bridge_LIBRARIES})

0 commit comments

Comments
 (0)