File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,9 @@ project(kleidicv_hal)
33if (HAVE_KLEIDICV)
44 option (KLEIDICV_ENABLE_SME2 "" OFF ) # not compatible with some CLang versions in NDK
55 include ("${KLEIDICV_SOURCE_PATH} /adapters/opencv/CMakeLists.txt" )
6+ # HACK to suppress adapters/opencv/kleidicv_hal.cpp:343:12: warning: unused function 'from_opencv' [-Wunused-function]
7+ target_compile_options ( kleidicv_hal PRIVATE
8+ $<TARGET_PROPERTY:kleidicv,COMPILE_OPTIONS>
9+ "-Wno-old-style-cast" "-Wno-unused-function"
10+ )
611endif ()
7-
Original file line number Diff line number Diff line change 11function (download_kleidicv root_var)
22 set (${root_var} "" PARENT_SCOPE)
33
4- ocv_update(KLEIDICV_SRC_COMMIT "0.2 .0" )
5- ocv_update(KLEIDICV_SRC_HASH "dabe522e8f55ac342d07a787391dab80 " )
4+ ocv_update(KLEIDICV_SRC_COMMIT "0.3 .0" )
5+ ocv_update(KLEIDICV_SRC_HASH "51a77b0185c2bac2a968a2163869b1ed " )
66
77 set (THE_ROOT "${OpenCV_BINARY_DIR} /3rdparty/kleidicv" )
88 ocv_download(FILENAME "kleidicv-${KLEIDICV_SRC_COMMIT} .tar.gz"
You can’t perform that action at this time.
0 commit comments