chore: find OpenCV features2d and xfeatures2d components (#12714)

This commit is contained in:
Loong
2025-05-16 10:17:45 +01:00
committed by GitHub
parent 2d4c556bc6
commit 035fdaa6ca

View File

@@ -81,7 +81,8 @@ if (BUILD_TEST)
target_link_libraries(test MaaCore)
endif (BUILD_TEST)
find_package(OpenCV REQUIRED COMPONENTS core imgproc imgcodecs videoio)
find_package(OpenCV REQUIRED COMPONENTS core imgproc imgcodecs videoio features2d)
find_package(OpenCV QUIET COMPONENTS xfeatures2d)
find_package(ZLIB REQUIRED)
find_package(cpr CONFIG REQUIRED)