Skip to content

Commit 7e9e6eb

Browse files
committed
feat: exact 3.3.1 version is now required
1 parent 3b219ab commit 7e9e6eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ find_package(catkin REQUIRED COMPONENTS
2121
pcl_conversions
2222
)
2323

24-
find_package(OpenCV REQUIRED)
24+
find_package(OpenCV EXACT 3.3.1 REQUIRED)
2525
find_package(Eigen3 REQUIRED)
2626

2727
find_package(PkgConfig REQUIRED)

0 commit comments

Comments
 (0)