From 93ca5ec2e377961d0a7825b6906ee72dfc78480a Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期三, 15 十二月 2021 11:22:50 +0800 Subject: [PATCH] bug fixed nn_recv --- 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