From 3c84d85f7d218fa27e9343c5cd1a55e519218980 Mon Sep 17 00:00:00 2001 From: Sjors Provoost Date: Wed, 13 Feb 2019 18:17:32 +0100 Subject: [build] msvc: add boost::process * AppVeyor boost-process vcpkg package. * Tell Boost linter to ignore it * Add HAVE_BOOST_PROCESS for MSVC build (bitcoin_config.h) --- build_msvc/bitcoin_config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build_msvc/bitcoin_config.h') diff --git a/build_msvc/bitcoin_config.h b/build_msvc/bitcoin_config.h index fbbe1a2156..9d0b50a0b4 100644 --- a/build_msvc/bitcoin_config.h +++ b/build_msvc/bitcoin_config.h @@ -47,6 +47,9 @@ /* define if the Boost::Filesystem library is available */ #define HAVE_BOOST_FILESYSTEM /**/ +/* define if the Boost::Process library is available */ +#define HAVE_BOOST_PROCESS /**/ + /* define if the Boost::System library is available */ #define HAVE_BOOST_SYSTEM /**/ -- cgit v1.2.3