Closed Krzmbrzl closed 11 months ago
This repository is not more useful. Indeed, since v3.11.3, you can use:
include(FetchContent)
FetchContent_Declare(json URL https://github.com/nlohmann/json/releases/download/v3.11.3/json.tar.xz)
FetchContent_MakeAvailable(json)
target_link_libraries(foo PRIVATE nlohmann_json::nlohmann_json)
Afaict the last time the action ran was 6 months ago. Given that it is supposed to run weekly, that probably means that the action has been suspended.