Skip to content

Commit 07a3669

Browse files
Boost updated to version 1.88.0
1 parent 7804f26 commit 07a3669

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
AWS_SDK_CPP_MINOR: 11
1212
AWS_SDK_CPP_PATCH: 570
1313
BOOST_MAJOR: 1
14-
BOOST_MINOR: 84
14+
BOOST_MINOR: 88
1515
BOOST_PATCH: 0
1616

1717
jobs:

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ if(WITH_ASAN)
7272
target_link_options(binlog_server_compiler_flags INTERFACE "-fsanitize=address")
7373
endif()
7474

75-
find_package(Boost 1.84.0 EXACT REQUIRED COMPONENTS url)
75+
find_package(Boost 1.88.0 EXACT REQUIRED COMPONENTS url)
7676

7777
find_package(MySQL REQUIRED)
7878

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Currently prebuilt binaries are not available.
1616

1717
- [CMake](https://cmake.org/) 3.20.0+
1818
- [Clang](https://clang.llvm.org/) (`clang-15` / `clang-16` / `clang-17`) or [GCC](https://gcc.gnu.org/) (`gcc-12` / `gcc-13` / `gcc-14`)
19-
- [Boost libraries](https://www.boost.org/) 1.84.0 (git version, not the source tarball)
19+
- [Boost libraries](https://www.boost.org/) 1.88.0 (git version, not the source tarball)
2020
- [MySQL client library](https://dev.mysql.com/doc/c-api/8.0/en/) 8.0.x (`libmysqlclient`)
2121
- [CURL library](https://curl.se/libcurl/) (`libcurl`) 8.6.0+
2222
- [AWS SDK for C++](https://aws.amazon.com/sdk-for-cpp/) 1.11.570
@@ -56,7 +56,7 @@ export BUILD_PRESET=release_gcc13
5656
###### Getting Boost Libraries source
5757

5858
```bash
59-
git clone --recurse-submodules -b boost-1.84.0 --jobs=8 https://github.com/boostorg/boost.git
59+
git clone --recurse-submodules -b boost-1.88.0 --jobs=8 https://github.com/boostorg/boost.git
6060
cd boost
6161
git switch -c required_release
6262
```

0 commit comments

Comments
 (0)