Link nano_lib with boost::property_tree which is at least referenced by nano/lib/blocks.hpp (#4432)

This commit is contained in:
clemahieu 2024-02-13 11:36:01 +00:00 committed by GitHub
commit 0b85d1021f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -124,6 +124,7 @@ target_link_libraries(
Boost::dll
Boost::multiprecision
Boost::program_options
Boost::property_tree
Boost::stacktrace)
if(NANO_STACKTRACE_BACKTRACE)