Skip to content

Commit 0c2b75b

Browse files
cgsmohammedari
authored andcommitted
added missing required include field
1 parent 0bd1a59 commit 0c2b75b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎opengl_ros_lib/CMakeLists.txt‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ find_package(catkin REQUIRED COMPONENTS
1414

1515
## System dependencies are found with CMake's conventions
1616
# find_package(Boost REQUIRED COMPONENTS system)
17-
17+
find_package(OpenCV REQUIRED)
1818
add_subdirectory(thirdparty/glad)
1919

2020
## Uncomment this if the package has a setup.py. This macro ensures
@@ -118,6 +118,7 @@ catkin_package(
118118
include_directories(
119119
include
120120
${catkin_INCLUDE_DIRS}
121+
${OpenCV_INCLUDE_DIRS}
121122
)
122123

123124
## Declare a C++ library

0 commit comments

Comments
 (0)