zyearn commented on issue #1023: Please stop using include(FindXXX) in cmake
URL: https://github.com/apache/incubator-brpc/issues/1023#issuecomment-576125295
 
 
   `include(FindProtobuf)` will include the cmake/Modules/FindProtobuf.cmake 
file, which uses find_library to find protolib. While find_library does support 
CMAKE_PREFIX_PATH, it is enough to set CMAKE_PREFIX_PATH to your precompiled 
path. In fact, one of our project also uses precompiled protobuf and we set 
CMAKE_PREFIX_PATH. Under it there is an include/ and lib/ directory. So make 
sure your precompiled path has the same structure, more detail: 
https://cmake.org/cmake/help/latest/variable/CMAKE_PREFIX_PATH.html

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org

Reply via email to