Skip to content

Commit

Permalink
Merge pull request #2 from k-okada/lsd
Browse files Browse the repository at this point in the history
CMakeLists.txt: add comment to why we call find_package(OpenCV)
  • Loading branch information
iory authored Apr 5, 2017
2 parents fafed04 + 3b588d0 commit ddcf675
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 ddcf675

Please sign in to comment.