mirror of
https://github.com/nlohmann/json.git
synced 2026-05-18 20:25:33 +00:00
🚨 fix some warnings
This commit is contained in:
@@ -11,4 +11,4 @@ add_custom_target(download_test_data
|
||||
)
|
||||
|
||||
# create a header with the path to the downloaded test data
|
||||
file(WRITE ${CMAKE_BINARY_DIR}/include/test_data.hpp "#define TEST_DATA_DIRECTORY \"${CMAKE_BINARY_DIR}/json_test_data\"")
|
||||
file(WRITE ${CMAKE_BINARY_DIR}/include/test_data.hpp "#define TEST_DATA_DIRECTORY \"${CMAKE_BINARY_DIR}/json_test_data\"\n")
|
||||
|
||||
Reference in New Issue
Block a user