We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c27e0e commit 0acd9c8Copy full SHA for 0acd9c8
cmake/download_test_data.cmake
@@ -1,12 +1,6 @@
1
set(JSON_TEST_DATA_URL https://github.com/nlohmann/json_test_data)
2
set(JSON_TEST_DATA_VERSION 3.1.0)
3
4
-set(JSON_TEST_DATA_DIR /usr/share/json_test_data)
5
-
6
-if(EXISTS ${JSON_TEST_DATA_DIR})
7
- set(JSON_TestDataDirectory ${JSON_TEST_DATA_DIR})
8
-endif()
9
10
# if variable is set, use test data from given directory rather than downloading them
11
if(JSON_TestDataDirectory)
12
message(STATUS "Using test data in ${JSON_TestDataDirectory}.")
0 commit comments