diff options
author | Kiminuo <kiminuo@protonmail.com> | 2020-06-11 10:04:33 +0200 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-02-03 18:35:52 +0800 |
commit | b87f9c5edf3895df9650131fcf8551c3ad1d7301 (patch) | |
tree | 49452ef57938298ccc5f321cd2e7788b295b8b65 /build_msvc | |
parent | 41d7166c8a598b604aad6c6b1d88ad46e23be247 (diff) |
build: remove boost::filesystem usage
Diffstat (limited to 'build_msvc')
-rw-r--r-- | build_msvc/bitcoin_config.h.in | 3 | ||||
-rw-r--r-- | build_msvc/vcpkg.json | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/build_msvc/bitcoin_config.h.in b/build_msvc/bitcoin_config.h.in index 83e53c8d56..856982ef93 100644 --- a/build_msvc/bitcoin_config.h.in +++ b/build_msvc/bitcoin_config.h.in @@ -44,9 +44,6 @@ /* define if the Boost library is available */ #define HAVE_BOOST /**/ -/* define if the Boost::Filesystem library is available */ -#define HAVE_BOOST_FILESYSTEM /**/ - /* define if external signer support is enabled (requires Boost::Process) */ #define ENABLE_EXTERNAL_SIGNER /**/ diff --git a/build_msvc/vcpkg.json b/build_msvc/vcpkg.json index 42b9a5d16f..d8753ec21f 100644 --- a/build_msvc/vcpkg.json +++ b/build_msvc/vcpkg.json @@ -3,7 +3,6 @@ "version-string": "1", "dependencies": [ "berkeleydb", - "boost-filesystem", "boost-multi-index", "boost-process", "boost-signals2", |