Cmake: Update Proto comment
This commit is contained in:
@@ -276,7 +276,7 @@ foreach(PROTO_FILE IN LISTS proto_files)
|
||||
"--cpp_out=${PROJECT_BINARY_DIR}"
|
||||
${PROTO_FILE}
|
||||
DEPENDS ${PROTO_FILE} protobuf::protoc
|
||||
COMMENT "Running C++ protocol buffer compiler on ${PROTO_FILE}"
|
||||
COMMENT "Generate C++ protocol buffer for ${PROTO_FILE}"
|
||||
VERBATIM)
|
||||
list(APPEND PROTO_HDRS ${PROTO_HDR})
|
||||
list(APPEND PROTO_SRCS ${PROTO_SRC})
|
||||
|
||||
@@ -41,7 +41,7 @@ foreach(PROTO_FILE ${proto_dotnet_files})
|
||||
"--csharp_opt=file_extension=.pb.cs"
|
||||
${PROTO_FILE}
|
||||
DEPENDS ${PROTO_FILE} protobuf::protoc
|
||||
COMMENT "Running C++ protocol buffer compiler on ${PROTO_FILE}"
|
||||
COMMENT "Generate C# protocol buffer for ${PROTO_FILE}"
|
||||
VERBATIM)
|
||||
list(APPEND PROTO_DOTNETS ${PROTO_DOTNET})
|
||||
endforeach()
|
||||
|
||||
@@ -39,7 +39,7 @@ foreach(PROTO_FILE ${proto_java_files})
|
||||
"--java_out=${PROJECT_BINARY_DIR}/java/com/google/"
|
||||
${PROTO_FILE}
|
||||
DEPENDS ${PROTO_FILE} protobuf::protoc
|
||||
COMMENT "Running C++ protocol buffer compiler on ${PROTO_FILE}"
|
||||
COMMENT "Generate Java protocol buffer for ${PROTO_FILE}"
|
||||
VERBATIM)
|
||||
list(APPEND PROTO_JAVAS ${PROTO_JAVA})
|
||||
endforeach()
|
||||
|
||||
@@ -61,7 +61,7 @@ foreach(PROTO_FILE ${proto_py_files})
|
||||
"--python_out=${PROJECT_BINARY_DIR}/python"
|
||||
${PROTO_FILE}
|
||||
DEPENDS ${PROTO_FILE} protobuf::protoc
|
||||
COMMENT "Running C++ protocol buffer compiler on ${PROTO_FILE}"
|
||||
COMMENT "Generate Python protocol buffer for ${PROTO_FILE}"
|
||||
VERBATIM)
|
||||
list(APPEND PROTO_PYS ${PROTO_PY})
|
||||
endforeach()
|
||||
|
||||
Reference in New Issue
Block a user