Skip to content

Commit

Permalink
CMakeLists.txt: add comment to why we call find_package(OpenCV)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Apr 4, 2017
1 parent fafed04 commit 3b588d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ project(opencv_apps)

find_package(catkin REQUIRED COMPONENTS cv_bridge dynamic_reconfigure message_generation image_transport nodelet roscpp)

# Call find_package(OpenCV) to get target in opencv library, such as opencv_optflow or opencv_line_descriptor
find_package(OpenCV REQUIRED)
message(STATUS "OpenCV VERSION: ${OpenCV_VERSION}")
message(STATUS "OpenCV Components: ${OpenCV_LIB_COMPONENTS}")
Expand Down

0 comments on commit 3b588d0

Please sign in to comment.