diff --git a/builds/msvc/vs2022/libbitcoin-database-test/libbitcoin-database-test.vcxproj b/builds/msvc/vs2022/libbitcoin-database-test/libbitcoin-database-test.vcxproj index 53a4d0f51..ea6b6b41b 100644 --- a/builds/msvc/vs2022/libbitcoin-database-test/libbitcoin-database-test.vcxproj +++ b/builds/msvc/vs2022/libbitcoin-database-test/libbitcoin-database-test.vcxproj @@ -198,6 +198,7 @@ + @@ -210,6 +211,7 @@ + diff --git a/builds/msvc/vs2022/libbitcoin-database-test/packages.config b/builds/msvc/vs2022/libbitcoin-database-test/packages.config index 4e3f9cf59..2d77d9fba 100644 --- a/builds/msvc/vs2022/libbitcoin-database-test/packages.config +++ b/builds/msvc/vs2022/libbitcoin-database-test/packages.config @@ -11,6 +11,7 @@ + diff --git a/builds/msvc/vs2022/libbitcoin-database-tools/libbitcoin-database-tools.vcxproj b/builds/msvc/vs2022/libbitcoin-database-tools/libbitcoin-database-tools.vcxproj index 51cf33931..68dcf19ab 100644 --- a/builds/msvc/vs2022/libbitcoin-database-tools/libbitcoin-database-tools.vcxproj +++ b/builds/msvc/vs2022/libbitcoin-database-tools/libbitcoin-database-tools.vcxproj @@ -131,6 +131,7 @@ + @@ -142,6 +143,7 @@ + diff --git a/builds/msvc/vs2022/libbitcoin-database-tools/packages.config b/builds/msvc/vs2022/libbitcoin-database-tools/packages.config index 0b2ee611f..c0ee2c58c 100644 --- a/builds/msvc/vs2022/libbitcoin-database-tools/packages.config +++ b/builds/msvc/vs2022/libbitcoin-database-tools/packages.config @@ -11,5 +11,6 @@ + diff --git a/builds/msvc/vs2022/libbitcoin-database/libbitcoin-database.vcxproj b/builds/msvc/vs2022/libbitcoin-database/libbitcoin-database.vcxproj index 880400e50..29e821e99 100644 --- a/builds/msvc/vs2022/libbitcoin-database/libbitcoin-database.vcxproj +++ b/builds/msvc/vs2022/libbitcoin-database/libbitcoin-database.vcxproj @@ -236,6 +236,7 @@ + @@ -247,6 +248,7 @@ + diff --git a/builds/msvc/vs2022/libbitcoin-database/packages.config b/builds/msvc/vs2022/libbitcoin-database/packages.config index 0b2ee611f..c0ee2c58c 100644 --- a/builds/msvc/vs2022/libbitcoin-database/packages.config +++ b/builds/msvc/vs2022/libbitcoin-database/packages.config @@ -11,5 +11,6 @@ + diff --git a/install-cmake.sh b/install-cmake.sh index 8e8d18d41..47e704d06 100755 --- a/install-cmake.sh +++ b/install-cmake.sh @@ -1014,6 +1014,7 @@ BOOST_OPTIONS=( "--with-locale" \ "--with-program_options" \ "--with-thread" \ +"--with-url" \ "--with-test") # Define secp256k1 options. diff --git a/install-cmakepresets.sh b/install-cmakepresets.sh index f49bd1d93..b725e91c7 100755 --- a/install-cmakepresets.sh +++ b/install-cmakepresets.sh @@ -1056,6 +1056,7 @@ BOOST_OPTIONS=( "--with-locale" \ "--with-program_options" \ "--with-thread" \ +"--with-url" \ "--with-test") # Define secp256k1 options. diff --git a/install.sh b/install.sh index fbadbb053..8325e5b46 100755 --- a/install.sh +++ b/install.sh @@ -888,6 +888,7 @@ BOOST_OPTIONS=( "--with-locale" \ "--with-program_options" \ "--with-thread" \ +"--with-url" \ "--with-test") # Define secp256k1 options.