Skip to content

Commit

Permalink
Remove opencv required version from Cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidTorresOcana committed Aug 23, 2020
1 parent 0111d8b commit e001749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image_geometry/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.0.2)
project(image_geometry)

find_package(catkin REQUIRED sensor_msgs)
find_package(OpenCV 3 REQUIRED)
find_package(OpenCV REQUIRED)

catkin_package(CATKIN_DEPENDS sensor_msgs
DEPENDS OpenCV
Expand Down

0 comments on commit e001749

Please sign in to comment.