mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 03:00:14 +08:00
Disable SME2 branches in KleidiCV as it's incompatible with some CLang versions, e.g. NDK 28b1.
This commit is contained in:
parent
725ce48837
commit
cf87380fad
1
3rdparty/kleidicv/CMakeLists.txt
vendored
1
3rdparty/kleidicv/CMakeLists.txt
vendored
@ -20,4 +20,5 @@ else()
|
|||||||
set(THE_ROOT "${OpenCV_BINARY_DIR}/3rdparty/kleidicv/kleidicv-${KLEIDICV_SRC_COMMIT}")
|
set(THE_ROOT "${OpenCV_BINARY_DIR}/3rdparty/kleidicv/kleidicv-${KLEIDICV_SRC_COMMIT}")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
option(KLEIDICV_ENABLE_SME2 "" OFF) # not compatible with some CLang versions in NDK
|
||||||
include("${THE_ROOT}/adapters/opencv/CMakeLists.txt")
|
include("${THE_ROOT}/adapters/opencv/CMakeLists.txt")
|
||||||
|
Loading…
Reference in New Issue
Block a user