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

6 lines
153 B
CMake

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