Skip to content

Commit 7ea855f

Browse files
hebastofanquake
authored andcommitted
build: Update minimum required Boost version
Building with Boost 1.73.0 is broken. Github-Pull: #34107 Rebased-From: f480c1e
1 parent dd47cae commit 7ea855f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmake/module/AddBoostIfNeeded.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function(add_boost_if_needed)
2929
endif()
3030
endif()
3131

32-
find_package(Boost 1.73.0 REQUIRED CONFIG)
32+
find_package(Boost 1.74.0 REQUIRED CONFIG)
3333
mark_as_advanced(Boost_INCLUDE_DIR boost_headers_DIR)
3434
# Workaround for a bug in NetBSD pkgsrc.
3535
# See: https://github.com/NetBSD/pkgsrc/issues/167.

doc/dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Bitcoin Core requires one of the following compilers.
1919

2020
| Dependency | Releases | Minimum required |
2121
| --- | --- | --- |
22-
| [Boost](../depends/packages/boost.mk) | [link](https://www.boost.org/users/download/) | [1.73.0](https://github.com/bitcoin/bitcoin/pull/29066) |
22+
| [Boost](../depends/packages/boost.mk) | [link](https://www.boost.org/users/download/) | [1.74.0](https://github.com/bitcoin/bitcoin/pull/34107) |
2323
| CMake | [link](https://cmake.org/) | [3.22](https://github.com/bitcoin/bitcoin/pull/30454) |
2424
| [libevent](../depends/packages/libevent.mk) | [link](https://github.com/libevent/libevent/releases) | [2.1.8](https://github.com/bitcoin/bitcoin/pull/24681) |
2525

0 commit comments

Comments
 (0)