Re: [protobuf] Using CMake under Linux

2017-07-21 Thread 'Adam Cozzette' via Protocol Buffers
Building with cmake on Linux should be fine. I'm not sure if we would officially support it, but it already works and if for some reason it ever breaks we would be happy to accept pull requests to fix it. On Wed, Jul 19, 2017 at 2:30 PM, wrote: > Hi all, > > I was

[protobuf] Using CMake under Linux

2017-07-19 Thread chhsiao
Hi all, I was wondering if building protobuf wich cmake under Linux is officially supported. I'm working on a project that would bundle protobuf as a third-party library, and since we're using cmake, I was wondering if I can rely on using protobuf's cmake building system under Linux. According