mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
Fix cpu features detection on android
This commit is contained in:
@@ -573,6 +573,10 @@ endif()
|
||||
# Detect 3rd-party libraries
|
||||
# ----------------------------------------------------------------------------
|
||||
|
||||
if(ANDROID)
|
||||
add_subdirectory(3rdparty/cpufeatures)
|
||||
endif()
|
||||
|
||||
include(cmake/OpenCVFindLibsGrfmt.cmake)
|
||||
include(cmake/OpenCVFindLibsGUI.cmake)
|
||||
include(cmake/OpenCVFindLibsVideo.cmake)
|
||||
|
||||
Reference in New Issue
Block a user