This is an automated email from the ASF dual-hosted git repository.
guangmingchen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brpc.git
The following commit(s) were added to refs/heads/master by this push:
new d681b1cf fix unittest on cmake (#2771)
d681b1cf is described below
commit d681b1cf6ddda4b9500ceb8e2052fec5948222e9
Author: StonyPort <[email protected]>
AuthorDate: Wed Sep 25 10:16:44 2024 +0800
fix unittest on cmake (#2771)
Co-authored-by: zhong <[email protected]>
---
test/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index fe9bb424..7b1766e9 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -31,6 +31,7 @@ set(TEST_PROTO_FILES addressbook1.proto
snappy_message.proto
v1.proto
v2.proto
+ v3.proto
grpc.proto
health_check.proto)
file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/test/hdrs)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]