Internal change

PiperOrigin-RevId: 529429609
pull/12666/head
Protobuf Team Bot 2 years ago committed by Copybara-Service
parent 9ee3bf72de
commit d9ccc76948
  1. 6
      cmake/gtest.cmake

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

Loading…
Cancel
Save