From 6bf474a6baea5fdc26e927142b498dc4a31a7d55 Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Sat, 7 May 2022 14:04:09 +0100 Subject: [PATCH] Bump libzt Includes https://github.com/diasurgical/libzt/pull/8 --- 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 a0efca283..f687c34e9 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 a34ba7f1cc2e41b05badd25d1b01fdc5fd2f4e02) + GIT_TAG 37a2efb0b925df632299ef07dc78c0af5f6b4756) FetchContent_MakeAvailableExcludeFromAll(libzt) if(NOT ANDROID)