pboettch / json-schema-validator

JSON schema validator for JSON for Modern C++
Other
464 stars 133 forks source link

for fetching nlohmann_json as a dependency, please use the fetch_content repository #277

Closed eike-fokken closed 10 months ago

eike-fokken commented 10 months ago

Since the cmake restructuring, configuring a build takes very long, because the repository

https://github.com/nlohmann/json

is fetched, which takes a long time, because it transfers roughly 200MB.

If you instead use

https://github.com/ArthurSonzogni/nlohmann_json_cmake_fetchcontent,

this cuts down to less than 1MB.

eike-fokken commented 10 months ago

As discussed in #278, this is issue should probably be closed as won't-fix. But I don't feel authorized to do that.