text-generation-inference/csrc/cmake/fmt.cmake

6 lines
143 B
CMake

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