nano-node
nano-node copied to clipboard
Fix and upstream Boost program_options make linking error
When using program_options as a standalone submodule it appears to be missing links to other needed modules. Identified in https://github.com/nanocurrency/nano-node/pull/4030
Workaround for missing reference errata in the boost property_tree module
target_link_libraries(boost_property_tree INTERFACE Boost::any) target_link_libraries(boost_property_tree INTERFACE Boost::format) target_link_libraries(boost_property_tree INTERFACE Boost::multi_index)