Skip to content

[meson] add boost as dependency

Florian Fischer requested to merge aj46ezos/emper:add-boost-dependency into master

I setup a new development environment and emper did not compile because emper::io::Stats use the circular_buffer provided by boost. Boost was not installed and our build-system failed to detect it.

This change adds the header-only boost dependency to emper. https://mesonbuild.com/Dependencies.html#boost The header-only dependency is enough to build emper default configuration.

When linking against boost is required we use the 'modules' karg.

Merge request reports