]> git.ipfire.org Git - thirdparty/ccache.git/commit
build: Avoid bundling xxhash
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 27 Mar 2024 19:33:07 +0000 (20:33 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 27 Apr 2024 08:14:29 +0000 (10:14 +0200)
commit20923df20cf27be693c6eabb359df8e3e0c47b37
treecbe4d99e1695f4f48ba428ea08ed26f4232b431c
parent5b8da4751237d2efbb96a3e7dbbacb21f0965db5
build: Avoid bundling xxhash

Download xxhash if missing locally instead of using a bundled version.
13 files changed:
.clang-format
.github/workflows/build.yaml
LICENSE.adoc
cmake/Dependencies.cmake
cmake/FindXxhash.cmake [new file with mode: 0644]
doc/INSTALL.md
src/ccache/CMakeLists.txt
src/third_party/CMakeLists.txt
src/third_party/xxh_x86dispatch.c [deleted file]
src/third_party/xxh_x86dispatch.h [deleted file]
src/third_party/xxhash.c [deleted file]
src/third_party/xxhash.h [deleted file]
unittest/CMakeLists.txt