text-generation-inference/backends/trtllm/cmake/fmt.cmake
2024-07-12 19:24:59 +00:00

7 lines
144 B
CMake

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