From 9bd6dc23f829d5cf500a6cb04421aae241875a9b Mon Sep 17 00:00:00 2001 From: staphen Date: Thu, 13 Feb 2025 01:28:21 -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 164fe689d74..143e24a6216 100644 --- a/3rdParty/libzt/CMakeLists.txt +++ b/3rdParty/libzt/CMakeLists.txt @@ -5,7 +5,7 @@ set(BUILD_HOST_SELFTEST OFF) include(FetchContent) FetchContent_Declare_ExcludeFromAll(libzt GIT_REPOSITORY https://github.com/diasurgical/libzt.git - GIT_TAG db7b642a4ce9f0f5e0ba7f293bd7ffa7897e4831) + GIT_TAG 912dad6688db99f4f496d1dcf2f43fc3e4b41400) FetchContent_MakeAvailable_ExcludeFromAll(libzt) if(NOT ANDROID)