From a884637d0376d469ee307ebe1d117ae908a4c340 Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期一, 13 十二月 2021 13:01:58 +0800 Subject: [PATCH] bug fixed for asyn rep-req timeout --- proto/cpp/CMakeLists.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/proto/cpp/CMakeLists.txt b/proto/cpp/CMakeLists.txt index 4d09144..6acc776 100644 --- a/proto/cpp/CMakeLists.txt +++ b/proto/cpp/CMakeLists.txt @@ -23,7 +23,7 @@ foreach(file ${proto_files}) message(${file}) - message(${MESSAGE_DIR}) + get_filename_component(FIL_WE ${file} NAME_WE) # message(${FIL_WE}) -- Gitblit v1.8.0