Bump Abseil submodule to 20230125.3 (#12660)

This partially addresses https://github.com/protocolbuffers/protobuf/issues/12201

Closes #12660

COPYBARA_INTEGRATE_REVIEW=https://github.com/protocolbuffers/protobuf/pull/12660 from mkruskal-google:absl-update ce07c45a10
PiperOrigin-RevId: 529456996
pull/12666/head
Mike Kruskal 2 years ago committed by Copybara-Service
parent d9ccc76948
commit 2a3ce31084
  1. 6
      cmake/gtest.cmake

@ -32,9 +32,9 @@ else()
"GTEST_CREATE_SHARED_LIBRARY=1"
)
if (protobuf_INSTALL)
set(protobuf_INSTALL_TESTS ON)
endif()
endif()
if (protobuf_INSTALL)
set(protobuf_INSTALL_TESTS ON)
endif()
target_link_libraries(gmock ${CMAKE_THREAD_LIBS_INIT})

Loading…
Cancel
Save