Skip to content

Commit 750a6e7

Browse files
Bump Abseil submodule to 20230125.3 (#12660)
This partially addresses #12201 Closes #12660 COPYBARA_INTEGRATE_REVIEW=#12660 from mkruskal-google:absl-update ce07c45 PiperOrigin-RevId: 529456996
1 parent 6f3c80b commit 750a6e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmake/gtest.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ else()
3232
"GTEST_CREATE_SHARED_LIBRARY=1"
3333
)
3434

35-
if (protobuf_INSTALL)
36-
set(protobuf_INSTALL_TESTS ON)
37-
endif()
35+
endif()
36+
if (protobuf_INSTALL)
37+
set(protobuf_INSTALL_TESTS ON)
3838
endif()
3939

4040
target_link_libraries(gmock ${CMAKE_THREAD_LIBS_INIT})

0 commit comments

Comments
 (0)