mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-21 23:12:07 +00:00
7 lines
188 B
CMake
7 lines
188 B
CMake
fetchcontent_declare(
|
|
json
|
|
URL https://github.com/nlohmann/json/releases/download/v3.11.3/json.tar.xz
|
|
DOWNLOAD_EXTRACT_TIMESTAMP
|
|
)
|
|
fetchcontent_makeavailable(json)
|