Browse Source

Update libzt to include compile-time detection for ARMv8a crypto extensions

pull/5692/head
staphen 3 years ago committed by Gleb Mazovetskiy
parent
commit
fb76f9ed5a
  1. 2
      3rdParty/libzt/CMakeLists.txt

2
3rdParty/libzt/CMakeLists.txt vendored

@ -5,7 +5,7 @@ set(BUILD_HOST_SELFTEST OFF)
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 47e38259e9c99ba2d8e7241515fa1b56cb538c8c) GIT_TAG d6c6a069a5041a3e89594c447ced3f15d77618b8)
FetchContent_MakeAvailableExcludeFromAll(libzt) FetchContent_MakeAvailableExcludeFromAll(libzt)
if(NOT ANDROID) if(NOT ANDROID)

Loading…
Cancel
Save