BewareMyPower opened a new pull request, #34:
URL: https://github.com/apache/pulsar-client-cpp/pull/34

   Fixes https://github.com/apache/pulsar/issues/17427
   
   ### Motivation
   
   The compilation guidance on Ubuntu is wrong, we must copy the `gmock` 
directory into `/usr/include` to avoid `GMOCK_INCLUDE_PATH` is not found.
   
   ### Modifications
   
   - Copy the `gmock` directory into `/usr/include`
   - Make it clear the directory of `*.a` is `lib/` because the guidance 
specify Ubuntu 20.04 as the OS.
   - Remove unnecessary dependencies
   
   ### Documentation
   
   <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. -->
   
   - [ ] `doc-required` 
   (Your PR needs to update docs and you will update later)
   
   - [ ] `doc-not-needed` 
   (Please explain why)
   
   - [x] `doc` 
   (Your PR contains doc changes)
   
   - [ ] `doc-complete`
   (Docs have been already added)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to