1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Merge pull request #26390 from asmorkalov:as/kleidicv_no_sme2

Disable SME2 branches in KleidiCV as it's incompatible with some CLang versions, e.g. NDK 28b1
This commit is contained in:
Alexander Smorkalov
2024-10-31 14:09:24 +03:00
committed by GitHub
+1
View File
@@ -20,4 +20,5 @@ else()
set(THE_ROOT "${OpenCV_BINARY_DIR}/3rdparty/kleidicv/kleidicv-${KLEIDICV_SRC_COMMIT}")
endif()
option(KLEIDICV_ENABLE_SME2 "" OFF) # not compatible with some CLang versions in NDK
include("${THE_ROOT}/adapters/opencv/CMakeLists.txt")