You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by ja...@apache.org on 2019/03/19 04:14:44 UTC

[incubator-brpc] branch master updated: Fix CMakeLists.txt of example/auto_concurrency_limiter

This is an automated email from the ASF dual-hosted git repository.

jamesge pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git


The following commit(s) were added to refs/heads/master by this push:
     new dbfdc52  Fix CMakeLists.txt of example/auto_concurrency_limiter
     new 1abd943  Merge pull request #679 from zyearn/fix_example_cmakelist
dbfdc52 is described below

commit dbfdc52c73cd2383916151fc6f856383109f2898
Author: zhujiashun <zh...@gmail.com>
AuthorDate: Mon Mar 4 19:59:28 2019 -0800

    Fix CMakeLists.txt of example/auto_concurrency_limiter
---
 example/auto_concurrency_limiter/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/example/auto_concurrency_limiter/CMakeLists.txt b/example/auto_concurrency_limiter/CMakeLists.txt
index 03a8e85..218f059 100644
--- a/example/auto_concurrency_limiter/CMakeLists.txt
+++ b/example/auto_concurrency_limiter/CMakeLists.txt
@@ -12,7 +12,7 @@ set(CMAKE_PREFIX_PATH ${OUTPUT_PATH})
 
 include(FindThreads)
 include(FindProtobuf)
-protobuf_generate_cpp(PROTO_SRC PROTO_HEADER echo.proto)
+protobuf_generate_cpp(PROTO_SRC PROTO_HEADER cl_test.proto)
 # include PROTO_HEADER
 include_directories(${CMAKE_CURRENT_BINARY_DIR})
 


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