aboutsummaryrefslogtreecommitdiff
path: root/build_msvc/bitcoin_config.h
diff options
context:
space:
mode:
authorSjors Provoost <sjors@sprovoost.nl>2019-02-13 18:17:32 +0100
committerSjors Provoost <sjors@sprovoost.nl>2020-07-31 13:38:09 +0200
commit3c84d85f7d218fa27e9343c5cd1a55e519218980 (patch)
treec11af66acb2b4e81c6db2b64a0c579a9eb5d2b2f /build_msvc/bitcoin_config.h
parentc47e4bbf0b44f2de1278f9538124ec98ee0815bb (diff)
downloadbitcoin-3c84d85f7d218fa27e9343c5cd1a55e519218980.tar.xz
[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)
Diffstat (limited to 'build_msvc/bitcoin_config.h')
-rw-r--r--build_msvc/bitcoin_config.h3
1 files changed, 3 insertions, 0 deletions
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 /**/