mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-10-09 15:05:24 +00:00
7 lines
177 B
CMake
7 lines
177 B
CMake
set(SPDLOG_USE_FMT ON)
|
|
fetchcontent_declare(
|
|
spdlog
|
|
GIT_REPOSITORY https://github.com/gabime/spdlog.git
|
|
GIT_TAG v2.x
|
|
)
|
|
fetchcontent_makeavailable(spdlog) |