From 0174c7bdefad4ade98514e201772c71b373699e6 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 17 Jun 2020 10:34:42 +0800 Subject: [PATCH] 1 --- server/imserver/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/imserver/CMakeLists.txt b/server/imserver/CMakeLists.txt index c0cfaed..e2fdb4b 100644 --- a/server/imserver/CMakeLists.txt +++ b/server/imserver/CMakeLists.txt @@ -75,7 +75,7 @@ add_executable( add_custom_target(script_pb_protocol ALL) add_custom_command(TARGET script_pb_protocol PRE_BUILD - COMMAND python ../../third_party/tools/scripts/construct/build_pb.py --cpp_out=. --pb_files=ss_proto,ss_msgid,cs_msgid,cs_proto --nohooks 1 + COMMAND python ../../third_party/tools/scripts/construct/build_pb.py --cpp_out=. --pb_files=ss_proto,ss_msgid,cs_msgid,cs_proto --python_out=../tools/robot/virtualclient ) add_dependencies(friend_imserver script_pb_protocol)