From 2a3ce310843056fce9159af643c4785a0f8c85e2 Mon Sep 17 00:00:00 2001 From: Mike Kruskal Date: Thu, 4 May 2023 10:57:15 -0700 Subject: [PATCH] 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 ce07c45a1027b9736f8c111c8aae864ac242108f PiperOrigin-RevId: 529456996 --- cmake/gtest.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmake/gtest.cmake b/cmake/gtest.cmake index 5562380cae..cf516d6d53 100644 --- a/cmake/gtest.cmake +++ b/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})