mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-20 22:32:07 +00:00
6 lines
144 B
CMake
6 lines
144 B
CMake
|
fetchcontent_declare(
|
||
|
spdlog
|
||
|
URL https://github.com/gabime/spdlog/archive/refs/tags/v1.14.1.tar.gz
|
||
|
)
|
||
|
|
||
|
fetchcontent_makeavailable(spdlog)
|