xxHash: Update to v0.8.0 xxHash (#8980)

* xxHash: Update to v0.8.0 xxHash

Removed build of XXHSUM test application for xxHash also.
This commit is contained in:
Bevan Weiss
2020-09-27 10:10:31 +10:00
committed by GitHub
parent 53c8ed6a63
commit 264df11132
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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)