rmqcpp icon indicating copy to clipboard operation
rmqcpp copied to clipboard

Clean up depenedencies

Open roe85 opened this issue 7 months ago • 0 comments

Problem statement

Boost.Iostreams was not actually used. The CMake dependencies to ASIO and its dependencies have not been established.

Proposed changes

Remove Boost.Iostreams includes and vcpkg dependencies. Add target_link_library to the header-only target Boost::boost.

roe85 avatar Jul 18 '24 10:07 roe85