Change boost version for boost::process changes to 1.86.0

That introduced a deprecation warning when including the unversioned
boost::process headers. The warning breaks the Arch Linux CI because
of -Werror.
pull/1909/merge
John Ralls 1 year ago
parent 1e6b5a1095
commit e00eade735

@ -37,7 +37,7 @@
#include <boost/algorithm/string.hpp>
#include <boost/filesystem.hpp>
#include <boost/version.hpp>
#if BOOST_VERSION < 108800
#if BOOST_VERSION < 108600
#include <boost/process.hpp>
#ifdef BOOST_WINDOWS_API
#include <boost/process/windows.hpp>

Loading…
Cancel
Save