Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 529429609
  • Loading branch information
protobuf-github-bot authored and mkruskal-google committed May 4, 2023
1 parent edbee27 commit 6f3c80b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmake/gtest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down

0 comments on commit 6f3c80b

Please sign in to comment.