text-generation-inference/backends/llamacpp/cmake/fmt.cmake

6 lines
142 B
CMake
Raw Normal View History

FetchContent_Declare(
fmt
URL https://github.com/fmtlib/fmt/archive/refs/tags/11.0.2.tar.gz
)
FetchContent_MakeAvailable(fmt)