Skip to content

Commit

Permalink
Merge branch 'fix_opencv3_3' into drop_hydro
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Nov 8, 2017
2 parents fb393ed + 1078c68 commit f4db2a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions posedetection_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ catkin_package(
LIBRARIES # TODO
)

find_package(OpenCV)
add_executable(feature0d_view src/feature0d_view.cpp)
target_link_libraries(feature0d_view ${catkin_LIBRARIES} ${OpenCV_LIBRARIES})
add_dependencies(feature0d_view posedetection_msgs_gencpp)
Expand Down

0 comments on commit f4db2a1

Please sign in to comment.