Skip to content
Snippets Groups Projects
Commit a72712e2 authored by Tamas Berghammer's avatar Tamas Berghammer
Browse files

Remove gmock protobuf dependency from cmake build

A full build of protobuf depends on gmock even though it is not part of
a standrad checkout. This CL explicitly disable the build of the
protobuf tests to get rid of this dependency.

If somebody want to build the protobuf tests then they have to download
gmock to the protobuf directory and specify -Dprotobuf_BUILD_TESTS=ON
to the cmake command line.

Fixes https://github.com/grpc/grpc/issues/7233
parent 77e8b714
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment