From b87f9c5edf3895df9650131fcf8551c3ad1d7301 Mon Sep 17 00:00:00 2001 From: Kiminuo Date: Thu, 11 Jun 2020 10:04:33 +0200 Subject: build: remove boost::filesystem usage --- build_msvc/bitcoin_config.h.in | 3 --- build_msvc/vcpkg.json | 1 - 2 files changed, 4 deletions(-) (limited to 'build_msvc') 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", -- cgit v1.2.3