Skip to content

Commit

Permalink
chore: 删掉 opencv-videoio 依赖(暂时没用上
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO authored Oct 10, 2023
1 parent bcf2441 commit 7edbb25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7edbb25

Please sign in to comment.