Skip to content

Commit

Permalink
Revert "Added cmake abseil include guard"
Browse files Browse the repository at this point in the history
This reverts commit b6ee841.
  • Loading branch information
acozzette committed May 26, 2022
1 parent e7e8f04 commit 111907b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cmake/abseil-cpp.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
if(TARGET absl::strings)
# If absl is included already, skip including it.
# (https://github.com/grpc/grpc/issues/29608)
elseif(protobuf_ABSL_PROVIDER STREQUAL "module")
if(protobuf_ABSL_PROVIDER STREQUAL "module")
if(NOT ABSL_ROOT_DIR)
set(ABSL_ROOT_DIR ${CMAKE_CURRENT_SOURCE_DIR}/third_party/abseil-cpp)
endif()
Expand Down

0 comments on commit 111907b

Please sign in to comment.