You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2018/01/04 09:34:48 UTC

[GitHub] Licht-T opened a new pull request #1027: BUG: Fix ProtocolBuffer output directory when building the C++ client

Licht-T opened a new pull request #1027: BUG: Fix ProtocolBuffer output directory when building the C++ client
URL: https://github.com/apache/incubator-pulsar/pull/1027
 
 
   ### Motivation
   
   C++ client build failure when running CMake at any directory except `pulsar-client-cpp/` because the `protoc` output location is wrong.
   
   ### Modifications
   
   Change the `protoc` output location to `pulsar-client-cpp/lib`.
   
   ### Result
   
   We can build at any location.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services