Skip to content

Commit

Permalink
Bump Abseil submodule to 20230125.3 (#12660)
Browse files Browse the repository at this point in the history
This partially addresses #12201

Closes #12660

COPYBARA_INTEGRATE_REVIEW=#12660 from mkruskal-google:absl-update ce07c45
PiperOrigin-RevId: 529456996
  • Loading branch information
mkruskal-google committed May 4, 2023
1 parent 5729669 commit 2880a20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmake/gtest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down

0 comments on commit 2880a20

Please sign in to comment.