From d36d29f21347283b6a094411c013cc4ddc75bd4e Mon Sep 17 00:00:00 2001 From: staphen Date: Fri, 1 Apr 2022 22:48:30 -0400 Subject: [PATCH] Update libzt --- 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 69409a444..a0efca283 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 fe2f8dcb0ce32b990c13d63c6217bbf35bbd547f) + GIT_TAG a34ba7f1cc2e41b05badd25d1b01fdc5fd2f4e02) FetchContent_MakeAvailableExcludeFromAll(libzt) if(NOT ANDROID)