Skip to content

Commit

Permalink
use json_test_data version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dota17 committed May 14, 2020
1 parent 47c6570 commit 8f5b5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/download_test_data.cmake
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8f5b5c7

Please sign in to comment.