Internal change

PiperOrigin-RevId: 529429609
pull/12668/head
Protobuf Team Bot 2 years ago committed by Mike Kruskal
parent 1b918d635b
commit 572966988c
  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