Skip to content

Commit

Permalink
boost libraries updated to version 1.84.0
Browse files Browse the repository at this point in the history
  • Loading branch information
percona-ysorokin committed Mar 26, 2024
1 parent 9c2de5f commit c94e98f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
AWS_SDK_CPP_MINOR: 11
AWS_SDK_CPP_PATCH: 286
BOOST_MAJOR: 1
BOOST_MINOR: 83
BOOST_MINOR: 84
BOOST_PATCH: 0
BOOST_EXT: .tar.bz2

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ if(WITH_ASAN)
target_link_options(binlog_server_compiler_flags INTERFACE "-fsanitize=address")
endif()

find_package(Boost 1.83.0 EXACT REQUIRED)
find_package(Boost 1.84.0 EXACT REQUIRED)

find_package(MySQL REQUIRED)

Expand Down

0 comments on commit c94e98f

Please sign in to comment.