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

7 lines
177 B
CMake

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