From 7edbb2574d5ab2090aa9f9c071d9b122b3b0f050 Mon Sep 17 00:00:00 2001 From: MistEO Date: Tue, 10 Oct 2023 16:37:35 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=88=A0=E6=8E=89=20opencv-videoio=20?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=EF=BC=88=E6=9A=82=E6=97=B6=E6=B2=A1=E7=94=A8?= =?UTF-8?q?=E4=B8=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 39f1872a1..06de674d9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,7 @@ endif(WITH_THRIFT) if(USE_MAADEPS) include(${PROJECT_SOURCE_DIR}/MaaDeps/maadeps.cmake) endif() -find_package(OpenCV REQUIRED COMPONENTS core imgproc imgcodecs videoio) +find_package(OpenCV REQUIRED COMPONENTS core imgproc imgcodecs) find_package(Boost REQUIRED COMPONENTS system) find_package(ZLIB REQUIRED) find_package(fastdeploy_ppocr REQUIRED)