Skip to content

Commit

Permalink
Merge pull request #200 from RadWolfie/update-xxhash
Browse files Browse the repository at this point in the history
Update xxhash submodule to v0.8.2 and one commit ahead for necessary cmake error fix
  • Loading branch information
RadWolfie authored Oct 22, 2023
2 parents 98e3d19 + 6b3e108 commit 3896aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/UnitTest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if(NOT TARGET xxhash)
FetchContent_Populate(
xxhash
GIT_REPOSITORY https://github.com/Cyan4973/xxhash.git
GIT_TAG 35b0373c697b5f160d3db26b1cbb45a0d5ba788c
GIT_TAG ea3bd57f8eca408d9e17fc003876b805be3af54e
SOURCE_SUBDIR ./cmake_unofficial
)
add_subdirectory(${xxhash_SOURCE_DIR}/cmake_unofficial ${xxhash_BINARY_DIR} EXCLUDE_FROM_ALL)
Expand Down

0 comments on commit 3896aab

Please sign in to comment.