]> git.ipfire.org Git - thirdparty/ccache.git/commit
build: Avoid bundling fmt
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 17 Mar 2024 08:32:59 +0000 (09:32 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 27 Apr 2024 08:14:28 +0000 (10:14 +0200)
commit29c2e07993132585813b5fb5fab849f39e8b6863
treebb786c32a61a72e15f3bc71466122aacdd0d461b
parente7b47b3deb57a03f1f507e34e662920fd522bf22
build: Avoid bundling fmt

Download fmt if missing locally instead of using a bundled version.
15 files changed:
.clang-format
.github/workflows/build.yaml
LICENSE.adoc
cmake/Dependencies.cmake
cmake/FindFmt.cmake [new file with mode: 0644]
doc/INSTALL.md
src/ccache/CMakeLists.txt
src/ccache/util/format.hpp
src/third_party/CMakeLists.txt
src/third_party/fmt/core.h [deleted file]
src/third_party/fmt/format-inl.h [deleted file]
src/third_party/fmt/format.h [deleted file]
src/third_party/fmt/ostream.h [deleted file]
src/third_party/fmt/std.h [deleted file]
src/third_party/format.cpp [deleted file]