diff --git a/CMake/resolve_dependency_modules/README.md b/CMake/resolve_dependency_modules/README.md index e4ab3eb2bad6..89f167262230 100644 --- a/CMake/resolve_dependency_modules/README.md +++ b/CMake/resolve_dependency_modules/README.md @@ -23,7 +23,7 @@ by Velox. See details on bundling below. | zstd | default | No | | openssl | default | No | | protobuf | 21 (exact) | Yes | -| boost | 1.66.0 | Yes | +| boost | 1.77.0 | Yes | | flex | 2.5.13 | No | | bison | 3.0.4 | No | | cmake | 3.14 | No | diff --git a/CMakeLists.txt b/CMakeLists.txt index d3eb572c90a3..cbaa60876ff4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -393,7 +393,7 @@ set(BOOST_INCLUDE_LIBRARIES thread) set_source(Boost) -resolve_dependency(Boost 1.66.0 COMPONENTS ${BOOST_INCLUDE_LIBRARIES}) +resolve_dependency(Boost 1.77.0 COMPONENTS ${BOOST_INCLUDE_LIBRARIES}) # Range-v3 will be enable when the codegen code actually lands keeping it here # for reference. find_package(range-v3)