Skip to content

Commit cf87380

Browse files
committed
Disable SME2 branches in KleidiCV as it's incompatible with some CLang versions, e.g. NDK 28b1.
1 parent 725ce48 commit cf87380

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

3rdparty/kleidicv/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ else()
2020
set(THE_ROOT "${OpenCV_BINARY_DIR}/3rdparty/kleidicv/kleidicv-${KLEIDICV_SRC_COMMIT}")
2121
endif()
2222

23+
option(KLEIDICV_ENABLE_SME2 "" OFF) # not compatible with some CLang versions in NDK
2324
include("${THE_ROOT}/adapters/opencv/CMakeLists.txt")

0 commit comments

Comments
 (0)