Merge pull request #3 from RonaldsonBellande/noetic

OpenCV version
This commit is contained in:
Ronaldson Bellande 2022-05-06 15:23:03 -04:00 committed by GitHub
commit 138d241880
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ find_package(
)
find_package(Boost REQUIRED COMPONENTS thread)
find_package(OpenCV 3 REQUIRED)
find_package(OpenCV 4.2 REQUIRED)
## Resolve system dependency on yaml-cpp, which apparently does not
## provide a CMake find_package() module.