We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5057f7e commit f8f8285Copy full SHA for f8f8285
chapter_8_codes/cv_bridge_tutorial_pkg/CMakeLists.txt
@@ -9,7 +9,7 @@ find_package(catkin REQUIRED COMPONENTS
9
std_msgs
10
)
11
12
-
+find_package(OpenCV REQUIRED)
13
catkin_package()
14
include_directories(
15
${catkin_INCLUDE_DIRS}
0 commit comments