mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-23 16:02:10 +00:00
6 lines
142 B
CMake
6 lines
142 B
CMake
FetchContent_Declare(
|
|
fmt
|
|
URL https://github.com/fmtlib/fmt/archive/refs/tags/11.0.2.tar.gz
|
|
)
|
|
FetchContent_MakeAvailable(fmt)
|