1
0
mirror of https://github.com/nlohmann/json.git synced 2025-08-01 21:26:57 +03:00

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

This commit is contained in:
Niels Lohmann
2020-05-16 13:22:23 +02:00
5 changed files with 222 additions and 9 deletions

View File

@ -1,7 +1,7 @@
find_package(Git)
set(JSON_TEST_DATA_URL https://github.com/nlohmann/json_test_data)
set(JSON_TEST_DATA_VERSION 1.0.0)
set(JSON_TEST_DATA_VERSION 2.0.0)
# target to download test data
add_custom_target(download_test_data