diff --git a/builds/msvc/vs2022/libbitcoin-protocol/libbitcoin-protocol.vcxproj b/builds/msvc/vs2022/libbitcoin-protocol/libbitcoin-protocol.vcxproj index 39ce450..962ed36 100644 --- a/builds/msvc/vs2022/libbitcoin-protocol/libbitcoin-protocol.vcxproj +++ b/builds/msvc/vs2022/libbitcoin-protocol/libbitcoin-protocol.vcxproj @@ -60,7 +60,7 @@ ReleaseLIB x64 - + DebugDLL ARM diff --git a/builds/msvc/vs2022/libbitcoin-system.import.props b/builds/msvc/vs2022/libbitcoin-system.import.props index 662fa27..58f802c 100644 --- a/builds/msvc/vs2022/libbitcoin-system.import.props +++ b/builds/msvc/vs2022/libbitcoin-system.import.props @@ -17,29 +17,29 @@ - false - true - true - false - false + + + + false - AdvancedVectorExtensions2 - AdvancedVectorExtensions512 + + + + - - - - - - + + + + + @@ -55,11 +55,11 @@ BC_STATIC;%(PreprocessorDefinitions) _CRTDBG_MAP_ALLOC;%(PreprocessorDefinitions) - WITH_AVX512;%(PreprocessorDefinitions) - WITH_AVX2;%(PreprocessorDefinitions) - WITH_SSE41;%(PreprocessorDefinitions) - WITH_SHANI;%(PreprocessorDefinitions) - WITH_NEON;%(PreprocessorDefinitions) + + WITH_SHA;%(PreprocessorDefinitions) + + + diff --git a/builds/msvc/vs2022/libbitcoin-system.import.xml b/builds/msvc/vs2022/libbitcoin-system.import.xml index e8bed3f..1501f8d 100644 --- a/builds/msvc/vs2022/libbitcoin-system.import.xml +++ b/builds/msvc/vs2022/libbitcoin-system.import.xml @@ -16,34 +16,29 @@ - - - - - + + + + - + - + \ No newline at end of file diff --git a/install-cmakepresets.sh b/install-cmakepresets.sh index 4be85b7..02214f3 100755 --- a/install-cmakepresets.sh +++ b/install-cmakepresets.sh @@ -81,8 +81,8 @@ ZMQ_ARCHIVE="zeromq-4.3.5.tar.gz" # Boost archive. #------------------------------------------------------------------------------ -BOOST_URL="https://archives.boost.io/release/1.78.0/source/boost_1_78_0.tar.bz2" -BOOST_ARCHIVE="boost_1_78_0.tar.bz2" +BOOST_URL="https://archives.boost.io/release/1.86.0/source/boost_1_86_0.tar.bz2" +BOOST_ARCHIVE="boost_1_86_0.tar.bz2" # Define utility functions. @@ -1079,6 +1079,7 @@ BOOST_OPTIONS=( "--with-iostreams" \ "--with-locale" \ "--with-program_options" \ +"--with-thread" \ "--with-test") # Define secp256k1 options.