diff options
author | Sjors Provoost <sjors@sprovoost.nl> | 2019-02-13 18:17:32 +0100 |
---|---|---|
committer | Sjors Provoost <sjors@sprovoost.nl> | 2020-07-31 13:38:09 +0200 |
commit | 3c84d85f7d218fa27e9343c5cd1a55e519218980 (patch) | |
tree | c11af66acb2b4e81c6db2b64a0c579a9eb5d2b2f /test | |
parent | c47e4bbf0b44f2de1278f9538124ec98ee0815bb (diff) |
[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 'test')
-rwxr-xr-x | test/lint/lint-includes.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lint/lint-includes.sh b/test/lint/lint-includes.sh index 611bd4a8c4..fde77aea2d 100755 --- a/test/lint/lint-includes.sh +++ b/test/lint/lint-includes.sh @@ -63,6 +63,7 @@ EXPECTED_BOOST_INCLUDES=( boost/optional.hpp boost/preprocessor/cat.hpp boost/preprocessor/stringize.hpp + boost/process.hpp boost/signals2/connection.hpp boost/signals2/optional_last_value.hpp boost/signals2/signal.hpp |