From ebf197d19985af071ef196b4e394784546370e9f Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Sun, 7 Nov 2021 14:57:02 +0000 Subject: [PATCH] Update libzt Includes https://github.com/diasurgical/libzt/commit/b2be9882771116fcfd4ad918f36de8587324d9e7, which is a fix for repo maintainers. --- 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 a746fff74..f235af6b4 100644 --- a/3rdParty/libzt/CMakeLists.txt +++ b/3rdParty/libzt/CMakeLists.txt @@ -3,7 +3,7 @@ include(FetchContent_MakeAvailableExcludeFromAll) include(FetchContent) FetchContent_Declare(libzt GIT_REPOSITORY https://github.com/diasurgical/libzt.git - GIT_TAG 31f8b05c3462f9d8466aa0a55df0042f13fc1096) + GIT_TAG b2be9882771116fcfd4ad918f36de8587324d9e7) FetchContent_MakeAvailableExcludeFromAll(libzt) if(NOT ANDROID)