Skip to content
Snippets Groups Projects
Commit 7ab1d292 authored by Schrödter, Tobias's avatar Schrödter, Tobias
Browse files

Merge branch '217-opencv-components' into 'master'

Set needed components of OpenCV

Closes #217

See merge request !133
parents a0bf8cef c875a499
No related branches found
No related tags found
1 merge request!133Set needed components of OpenCV
Pipeline #45187 passed
......@@ -116,13 +116,19 @@ endif ()
# Qt
find_package(
Qt5 5.14
COMPONENTS Widgets OpenGL Xml Core PrintSupport Concurrent
REQUIRED)
Qt5 5.14
COMPONENTS Widgets OpenGL Xml Core PrintSupport Concurrent
REQUIRED
)
message("Building with Qt${QT_DEFAULT_MAJOR_VERSION} (${Qt5Core_VERSION_STRING})")
# OpenCV
find_package(OpenCV 4.2.0 EXACT REQUIRED )
message("Building with OpenCV${OpenCV_VERSION_MAJOR}(${OpenCV_VERSION})")
find_package(
OpenCV 4.2.0 EXACT
COMPONENTS core calib3d aruco video videoio highgui
REQUIRED
)
message("Building with OpenCV${OpenCV_VERSION_MAJOR} (${OpenCV_VERSION})")
# QWT
if(APPLE)
......
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