From 264df11132f222ba7c2dcdada79909ece21f1316 Mon Sep 17 00:00:00 2001 From: Bevan Weiss Date: Sun, 27 Sep 2020 10:10:31 +1000 Subject: [PATCH] xxHash: Update to v0.8.0 xxHash (#8980) * xxHash: Update to v0.8.0 xxHash Removed build of XXHSUM test application for xxHash also. --- 3rdparty/CMakeLists.txt | 1 + 3rdparty/xxHash | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/3rdparty/CMakeLists.txt b/3rdparty/CMakeLists.txt index db74fea130..3999928fcf 100644 --- a/3rdparty/CMakeLists.txt +++ b/3rdparty/CMakeLists.txt @@ -164,6 +164,7 @@ set(CMAKE_INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX_OLD}) # xxHash set(XXHASH_BUNDLED_MODE ON) +set(XXHASH_BUILD_XXHSUM OFF) set(BUILD_SHARED_LIBS OFF CACHE BOOL "Make xxHash build static libs") add_subdirectory(xxHash/cmake_unofficial EXCLUDE_FROM_ALL) target_include_directories(xxhash INTERFACE xxHash) diff --git a/3rdparty/xxHash b/3rdparty/xxHash index 7cc9639699..94e5f23e73 160000 --- a/3rdparty/xxHash +++ b/3rdparty/xxHash @@ -1 +1 @@ -Subproject commit 7cc9639699f64b750c0b82333dced9ea77e8436e +Subproject commit 94e5f23e736f2bb67ebdf90727353e65344f9fc0