Skip to content

Commit f8f8285

Browse files
author
Gokul Nayar
committed
Fix for catkin_make
1 parent 5057f7e commit f8f8285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter_8_codes/cv_bridge_tutorial_pkg/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ find_package(catkin REQUIRED COMPONENTS
99
std_msgs
1010
)
1111

12-
12+
find_package(OpenCV REQUIRED)
1313
catkin_package()
1414
include_directories(
1515
${catkin_INCLUDE_DIRS}

0 commit comments

Comments
 (0)