Skip to content
Snippets Groups Projects
Commit 48d0e4fd authored by d.kilic's avatar d.kilic
Browse files

Merge branch '220-petrack-crashes-on-cvtcolor' into 'master'

Resolve "PeTrack crashes on `cvtColor`"

Closes #220

See merge request !136
parents 3cdfe10c 1bf8910b
No related branches found
No related tags found
1 merge request!136Resolve "PeTrack crashes on `cvtColor`"
Pipeline #45310 canceled
......@@ -125,7 +125,7 @@ message("Building with Qt${QT_DEFAULT_MAJOR_VERSION} (${Qt5Core_VERSION_STRING})
# OpenCV
find_package(
OpenCV 4.2.0 EXACT
COMPONENTS core calib3d aruco video videoio highgui
COMPONENTS core calib3d aruco video videoio highgui imgproc
REQUIRED
)
message("Building with OpenCV${OpenCV_VERSION_MAJOR} (${OpenCV_VERSION})")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment