Skip to content

Commit ddc03c0

Browse files
authored
Merge pull request opencv#26390 from asmorkalov:as/kleidicv_no_sme2
Disable SME2 branches in KleidiCV as it's incompatible with some CLang versions, e.g. NDK 28b1
2 parents 725ce48 + cf87380 commit ddc03c0

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)