From 832f80cb88335ddf2a215a564497523361d8d868 Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期三, 29 十二月 2021 11:28:58 +0800
Subject: [PATCH] bug fxied
---
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