Internal change

PiperOrigin-RevId: 529429609
pull/12667/head
Protobuf Team Bot 2 years ago committed by Mike Kruskal
parent edbee27994
commit 6f3c80b1a0
  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