Merge branch 'develop' of https://github.com/nlohmann/json into issue2189

This commit is contained in:
Niels Lohmann 2020-06-20 09:47:12 +02:00
commit e4675887a6
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69
6 changed files with 87 additions and 42 deletions

View file

@ -1,5 +1,5 @@
set(JSON_TEST_DATA_URL https://github.com/nlohmann/json_test_data)
set(JSON_TEST_DATA_VERSION 2.0.0)
set(JSON_TEST_DATA_VERSION 3.0.0)
# if variable is set, use test data from given directory rather than downloading them
if(JSON_TestDataDirectory)