hf_text-generation-inference/backends/trtllm/cmake/json.cmake

7 lines
188 B
CMake

fetchcontent_declare(
json
DOWNLOAD_EXTRACT_TIMESTAMP
URL https://github.com/nlohmann/json/releases/download/v3.11.3/json.tar.xz
)
fetchcontent_makeavailable(json)