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.
1 parent 3b219ab commit 7e9e6ebCopy full SHA for 7e9e6eb
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