File kleidicv-local_gtest.patch of Package kleidicv
--- kleidicv-0.4.0/test/CMakeLists.txt.orig 2025-05-22 15:12:40.796493300 +0200
+++ kleidicv-0.4.0/test/CMakeLists.txt 2025-05-22 15:13:14.729973800 +0200
@@ -52,6 +52,7 @@ FetchContent_Declare(
URL_HASH SHA256=81964fe578e9bd7c94dfdb09c8e4d6e6759e19967e397dbea48d1c10e45d0df2
# Disable death test feature otherwise tests may crash when run under emulation.
PATCH_COMMAND cd <SOURCE_DIR> && patch --strip=1 --input=${CMAKE_CURRENT_SOURCE_DIR}/patches/googletest.patch
+ FIND_PACKAGE_ARGS NAMES GTest
)
FetchContent_MakeAvailable(googletest)