Skip to content

Commit 417b18c

Browse files
authored
Merge pull request #84 from AutoModality/OPENCV-3.3.1
feat: exact 3.3.1 version is now required
2 parents 3b219ab + 7e9e6eb commit 417b18c

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)