This is an automated email from the ASF dual-hosted git repository.
jiashunzhu 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 63e3ede Fix typo of a message in CMakeLists.txt
new b3a948c Merge pull request #1370 from PragmaTwice/PragmaTwice-patch-1
63e3ede is described below
commit 63e3ede6d2661a861985a37a2e731c865136ae3f
Author: Twice <[email protected]>
AuthorDate: Mon Apr 5 00:07:14 2021 +0800
Fix typo of a message in CMakeLists.txt
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cfdc52f..057695a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -378,7 +378,7 @@ file(GLOB_RECURSE BRPC_SOURCES
"${PROJECT_SOURCE_DIR}/src/brpc/*.cpp")
file(GLOB_RECURSE THRIFT_SOURCES "${PROJECT_SOURCE_DIR}/src/brpc/thrift*.cpp")
if(WITH_THRIFT)
- message("brpc compile with thrift proctol")
+ message("brpc compile with thrift protocol")
else()
# Remove thrift sources
foreach(v ${THRIFT_SOURCES})
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]