Skip to content

Commit

Permalink
Handle review notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
EpsilonPrime committed Jul 10, 2023
1 parent f5813a1 commit d964228
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ include_directories(src)

add_subdirectory(third_party)

# Due to packaging changes we use the combined protobuf/absl packaging if
# available otherwise we fallback to the older protobuf method.
# TODO: Simplify once we can require cmake 3.27 (where CONFIG is default).
find_package(Protobuf QUIET CONFIG)
if(NOT ${Protobuf_FOUND})
find_package(Protobuf REQUIRED)
Expand Down
1 change: 0 additions & 1 deletion scripts/setup-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ sudo --preserve-env apt install -y \
libprotobuf-dev \
libprotobuf23 \
protobuf-compiler \
libabsl-dev \
clang-format \
uuid-dev \
default-jre \
Expand Down
2 changes: 1 addition & 1 deletion third_party/abseil-cpp

0 comments on commit d964228

Please sign in to comment.