NativeInstruments / ni-media

NI Media is a C++ library for reading and writing audio streams.
MIT License
235 stars 34 forks source link

Require a minimum version of Boost. #14

Closed mpoullet closed 6 years ago

mpoullet commented 6 years ago

The actual version is unable to build on Ubuntu 16.04 with its default Boost 1.58. It'd be nice to warn the user before it attempts to build the library.

mpoullet commented 6 years ago

Travis CI has Boost 1.61, so use it as minimum version.