diff --git a/3rdParty/libzt/CMakeLists.txt b/3rdParty/libzt/CMakeLists.txt index 143e24a62..22d4d9338 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 912dad6688db99f4f496d1dcf2f43fc3e4b41400) + GIT_TAG 72a518bcf7d87e32f718ca612ce2c8303ceedd12) FetchContent_MakeAvailable_ExcludeFromAll(libzt) if(NOT ANDROID)