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

7 lines
144 B
CMake
Raw Normal View History

2024-07-12 13:24:32 -06:00
FetchContent_Declare(
fmt
GIT_REPOSITORY https://github.com/fmtlib/fmt
GIT_TAG 11.0.1
)
FetchContent_MakeAvailable(fmt)