Hello,

I am using CMake on Windows to cross compile gRPC for the ARM platform, 
which in turn needs protobuf.  The build gets stuck on the step where you 
need protoc to run on your native machine:

[ 85%] Running gRPC C++ protocol buffer compiler on 
src/proto/grpc/status/status.proto
'C:/Users/sfeen/git/grpc/VisualGDB/Debug/third_party/protobuf/protoc' is 
not recognized as an internal or external command,
operable program or batch file.

I downloaded the Win32 build of protoc 
from https://github.com/protocolbuffers/protobuf/releases and placed 
protoc.exe at C:\protoc\bin.

How do I tell CMake to use protoc at this location?

Thanks,
Steve F.

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at https://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to