🚨 fix some warnings

This commit is contained in:
Niels Lohmann 2020-05-08 12:32:28 +02:00
parent a50a14088c
commit 5bfb27c865
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69
3 changed files with 35 additions and 39 deletions

View file

@ -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")