mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-12-28 09:23:34 +00:00
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:
parent
53c8ed6a63
commit
264df11132
1
3rdparty/CMakeLists.txt
vendored
1
3rdparty/CMakeLists.txt
vendored
@ -164,6 +164,7 @@ set(CMAKE_INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX_OLD})
|
|||||||
|
|
||||||
# xxHash
|
# xxHash
|
||||||
set(XXHASH_BUNDLED_MODE ON)
|
set(XXHASH_BUNDLED_MODE ON)
|
||||||
|
set(XXHASH_BUILD_XXHSUM OFF)
|
||||||
set(BUILD_SHARED_LIBS OFF CACHE BOOL "Make xxHash build static libs")
|
set(BUILD_SHARED_LIBS OFF CACHE BOOL "Make xxHash build static libs")
|
||||||
add_subdirectory(xxHash/cmake_unofficial EXCLUDE_FROM_ALL)
|
add_subdirectory(xxHash/cmake_unofficial EXCLUDE_FROM_ALL)
|
||||||
target_include_directories(xxhash INTERFACE xxHash)
|
target_include_directories(xxhash INTERFACE xxHash)
|
||||||
|
2
3rdparty/xxHash
vendored
2
3rdparty/xxHash
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 7cc9639699f64b750c0b82333dced9ea77e8436e
|
Subproject commit 94e5f23e736f2bb67ebdf90727353e65344f9fc0
|
Loading…
Reference in New Issue
Block a user