Skip to content

Commit

Permalink
remove 'headers' component for compatability with recent FindBoost.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser committed Mar 14, 2024
1 parent 15245f8 commit 4045b27
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,6 @@ endif()
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

set(BOOST_INCLUDE_LIBRARIES
headers
atomic
context
date_time
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ sudo --preserve-env apt update && sudo --preserve-env apt install -y libunwind-d
ninja-build \
checkinstall \
git \
libboost-all-dev \
libc-ares-dev \
libcurl4-openssl-dev \
libssl-dev \
Expand Down Expand Up @@ -122,7 +123,6 @@ function install_conda {

function install_velox_deps {
run_and_time install_fmt
run_and_time install_boost
run_and_time install_folly
run_and_time install_fizz
run_and_time install_wangle
Expand Down

0 comments on commit 4045b27

Please sign in to comment.