Skip to content

Commit

Permalink
Revert "Move up to 1.84.0"
Browse files Browse the repository at this point in the history
This reverts commit 06978f9.
  • Loading branch information
PHILO-HE committed Apr 12, 2024
1 parent 8177a30 commit 230a6c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMake/resolve_dependency_modules/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ by Velox. See details on bundling below.
| zstd | default | No |
| openssl | default | No |
| protobuf | 21 (exact) | Yes |
| boost | 1.84.0 | Yes |
| boost | 1.77.0 | Yes |
| flex | 2.5.13 | No |
| bison | 3.0.4 | No |
| cmake | 3.14 | No |
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ set(BOOST_INCLUDE_LIBRARIES
thread)

set_source(Boost)
resolve_dependency(Boost 1.84.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)
Expand Down

0 comments on commit 230a6c5

Please sign in to comment.