Skip to content

Commit 3b588d0

Browse files
committed
CMakeLists.txt: add comment to why we call find_package(OpenCV)
1 parent fafed04 commit 3b588d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ project(opencv_apps)
33

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

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

0 commit comments

Comments
 (0)