We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b219ab + 7e9e6eb commit 417b18cCopy full SHA for 417b18c
CMakeLists.txt
@@ -21,7 +21,7 @@ find_package(catkin REQUIRED COMPONENTS
21
pcl_conversions
22
)
23
24
-find_package(OpenCV REQUIRED)
+find_package(OpenCV EXACT 3.3.1 REQUIRED)
25
find_package(Eigen3 REQUIRED)
26
27
find_package(PkgConfig REQUIRED)
0 commit comments