Skip to content

Only link Boost libraries which are actually needed.

Asio does not require Boost. Bosot.Asio requires Boost.System and optionally Boost.Regex. The examples require Boost headers and Boost.Filesystem. The CMake targets pull in their dependencies recursively, no need to explicitly link the examples to Boost.System. Boost.Thread should not be neede, according to the docs.

Merge request reports