OpenCV version

This commit is contained in:
Ronaldson Bellande 2022-05-06 15:22:18 -04:00
parent 6f2b5d8c8d
commit 0c26a7efa6

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.