From 23afc7945f7058224b656c13572b2e97fc1da8b9 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 5 Jun 2015 11:56:37 +0200 Subject: require opencv 3.0 and fix build --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 1fbdfa87..4e5e6061 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON) set(CMAKE_AUTOMOC OFF) set(CMAKE_POSITION_INDEPENDENT_CODE ON) -find_package(OpenCV) +find_package(OpenCV 3.0) find_package(Qt5 REQUIRED COMPONENTS Core Xml Network Widgets Gui QUIET) find_package(Qt5 COMPONENTS SerialPort QUIET) -- cgit v1.2.3