From 0bfd62b3acd78df44a629f63733f52ee17538c85 Mon Sep 17 00:00:00 2001 From: David Packwood Date: Tue, 6 May 2025 08:48:57 +0000 Subject: [PATCH] Update KleidiCV cmake option to not be internal --- external/opencv/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/opencv/CMakeLists.txt b/external/opencv/CMakeLists.txt index 34d2cb2..e377bf1 100644 --- a/external/opencv/CMakeLists.txt +++ b/external/opencv/CMakeLists.txt @@ -2,8 +2,8 @@ include(FetchContent) set(BUILD_LIST "core,imgproc,imgcodecs" CACHE INTERNAL "") set(BUILD_SHARED_LIBS "OFF") -set(WITH_KLEIDICV "ON" CACHE INTERNAL "") set(BUILD_PROTOBUF "OFF") +set(WITH_KLEIDICV "ON" CACHE BOOL "Enable KleidICV support") FetchContent_Declare(OpenCV GIT_REPOSITORY https://github.com/opencv/opencv -- GitLab