mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
build: Add more debug information to nlohmann::json error messages
This commit is contained in:
@@ -844,6 +844,7 @@ macro(addBundledLibraries)
|
||||
find_package(nlohmann_json 3.10.2 REQUIRED)
|
||||
set(NLOHMANN_JSON_LIBRARIES nlohmann_json::nlohmann_json)
|
||||
endif()
|
||||
add_compile_definitions(JSON_NO_IO=1 JSON_DIAGNOSTICS=1)
|
||||
|
||||
if (NOT USE_SYSTEM_LUNASVG)
|
||||
add_subdirectory(${THIRD_PARTY_LIBS_FOLDER}/lunasvg EXCLUDE_FROM_ALL)
|
||||
|
||||
Reference in New Issue
Block a user