From fb76f9ed5a463c33e4ef17e2ee63df05bc07ecff Mon Sep 17 00:00:00 2001 From: staphen Date: Fri, 20 Jan 2023 07:25:25 -0500 Subject: [PATCH] Update libzt to include compile-time detection for ARMv8a crypto extensions --- 3rdParty/libzt/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdParty/libzt/CMakeLists.txt b/3rdParty/libzt/CMakeLists.txt index d331b1971..e3feb8cd3 100644 --- a/3rdParty/libzt/CMakeLists.txt +++ b/3rdParty/libzt/CMakeLists.txt @@ -5,7 +5,7 @@ set(BUILD_HOST_SELFTEST OFF) include(FetchContent) FetchContent_Declare(libzt GIT_REPOSITORY https://github.com/diasurgical/libzt.git - GIT_TAG 47e38259e9c99ba2d8e7241515fa1b56cb538c8c) + GIT_TAG d6c6a069a5041a3e89594c447ced3f15d77618b8) FetchContent_MakeAvailableExcludeFromAll(libzt) if(NOT ANDROID)