From 5821d2305caeac6add7aef95a91b5a0cf1871501 Mon Sep 17 00:00:00 2001 From: obligaron Date: Fri, 3 Nov 2023 22:29:02 +0100 Subject: [PATCH] Bump 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 42ba3ff7be4..3c1f414e562 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 8c31715bc48bade2097d66ced54db07598268710) + GIT_TAG bd4bd4c13f533ccd4ef8ec86a3bce95342ef163e) FetchContent_MakeAvailableExcludeFromAll(libzt) if(NOT ANDROID)