Closed serge-s closed 11 months ago
I'm encountering the same issue, hopefully we can merge the PR soon and get that new tag made
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)
Attempt to use nlohmann_json_cmake_fetchcontent with Visual Studio result in this error:
nlohmann_json.natvis needs to be added to this repo