From bdb632c17eded9decc354985cea365dbcb0413ae Mon Sep 17 00:00:00 2001 From: staphen Date: Tue, 11 Jan 2022 23:06:15 -0500 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 f427b7ca7..69409a444 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 a9974991b031fd8f84c4bcfd93f129b3938ed8c8) + GIT_TAG fe2f8dcb0ce32b990c13d63c6217bbf35bbd547f) FetchContent_MakeAvailableExcludeFromAll(libzt) if(NOT ANDROID)