[GitHub] [incubator-brpc] cloudhan commented on issue #1023: Please stop using include(FindXXX) in cmake

2020-01-18 Thread GitBox
cloudhan commented on issue #1023: Please stop using include(FindXXX) in cmake URL: https://github.com/apache/incubator-brpc/issues/1023#issuecomment-575977119 The annoying thing happens when you want to use **precompiled** protobuf library. In the current situation, you are using some inte

[GitHub] [incubator-brpc] cloudhan commented on issue #1023: Please stop using include(FindXXX) in cmake

2020-01-19 Thread GitBox
cloudhan commented on issue #1023: Please stop using include(FindXXX) in cmake URL: https://github.com/apache/incubator-brpc/issues/1023#issuecomment-575980973 OK, to be more specific, what I have done is ```cmake cmake_minimum_required(VERSION 3.5) project(server CXX) #...

[GitHub] [incubator-brpc] cloudhan commented on issue #1023: Please stop using include(FindXXX) in cmake

2021-03-09 Thread GitBox
cloudhan commented on issue #1023: URL: https://github.com/apache/incubator-brpc/issues/1023#issuecomment-794781512 Since #1032 is merged, I think this issue can be closed for now. This is an automated message from the Apache