Skip to content

Commit

Permalink
Bump Abseil submodule to 20230125.3 (#12660)
Browse files Browse the repository at this point in the history
* Bump Abseil submodule to 20230125.3

* Fix gtest installation setup with submodules
  • Loading branch information
mkruskal-google committed May 4, 2023
1 parent 12c8351 commit edbee27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 edbee27

Please sign in to comment.