Browse Source

Update libzt

Includes
b2be988277,
which is a fix for repo maintainers.
pull/3455/head
Gleb Mazovetskiy 4 years ago committed by Anders Jenbo
parent
commit
ebf197d199
  1. 2
      3rdParty/libzt/CMakeLists.txt

2
3rdParty/libzt/CMakeLists.txt vendored

@ -3,7 +3,7 @@ include(FetchContent_MakeAvailableExcludeFromAll)
include(FetchContent) include(FetchContent)
FetchContent_Declare(libzt FetchContent_Declare(libzt
GIT_REPOSITORY https://github.com/diasurgical/libzt.git GIT_REPOSITORY https://github.com/diasurgical/libzt.git
GIT_TAG 31f8b05c3462f9d8466aa0a55df0042f13fc1096) GIT_TAG b2be9882771116fcfd4ad918f36de8587324d9e7)
FetchContent_MakeAvailableExcludeFromAll(libzt) FetchContent_MakeAvailableExcludeFromAll(libzt)
if(NOT ANDROID) if(NOT ANDROID)

Loading…
Cancel
Save