From 39e66e938fb688f5400ad94a1b317fcc2a87bc31 Mon Sep 17 00:00:00 2001 From: fanquake Date: Wed, 9 Feb 2022 18:15:10 +0000 Subject: build: use header-only Boost unit test --- build_msvc/bitcoin_config.h.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'build_msvc/bitcoin_config.h.in') diff --git a/build_msvc/bitcoin_config.h.in b/build_msvc/bitcoin_config.h.in index c5ed6eb903..e25024e871 100644 --- a/build_msvc/bitcoin_config.h.in +++ b/build_msvc/bitcoin_config.h.in @@ -47,9 +47,6 @@ /* define if external signer support is enabled (requires Boost::Process) */ #define ENABLE_EXTERNAL_SIGNER /**/ -/* define if the Boost::Unit_Test_Framework library is available */ -#define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/ - /* Define this symbol if the consensus lib has been built */ #define HAVE_CONSENSUS_LIB 1 -- cgit v1.2.3