Update abseil-cpp.cmake (#10436)

This commit is contained in:
Christian Blichmann 2022-08-22 22:51:28 +02:00 committed by GitHub
parent d8421bd49c
commit 6affd51405
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,10 @@
set(ABSL_PROPAGATE_CXX_STD ON)
if(protobuf_ABSL_PROVIDER STREQUAL "module")
if(TARGET absl::strings)
# If Abseil is included already, skip including it.
# (https://github.com/protocolbuffers/protobuf/issues/10435)
elseif(protobuf_ABSL_PROVIDER STREQUAL "module")
if(NOT ABSL_ROOT_DIR)
set(ABSL_ROOT_DIR ${CMAKE_CURRENT_SOURCE_DIR}/third_party/abseil-cpp)
endif()