hf_text-generation-inference/backends/trtllm/cmake/fmt.cmake

7 lines
144 B
CMake

FetchContent_Declare(
fmt
GIT_REPOSITORY https://github.com/fmtlib/fmt
GIT_TAG 11.0.1
)
FetchContent_MakeAvailable(fmt)