Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
mortbopet committed Sep 4, 2024
1 parent aa89232 commit 50f5e1b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/substrait/proto/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ foreach(PROTO_FILE IN LISTS PROTOBUF_FILELIST)
add_custom_command(
OUTPUT ${PROTO_SRC} ${PROTO_HDR}
COMMAND
protobuf::protoc
"--proto_path=${GENERATED_PROTO_TOPLEVEL_DIR}"
protobuf::protoc "--proto_path=${GENERATED_PROTO_TOPLEVEL_DIR}"
"--proto_path=${protobuf_SOURCE_DIR}/src"
"--cpp_out=${PROTO_OUTPUT_MIDLEVEL_DIR}" ${GENERATED_PROTO_FILE}
DEPENDS ${GENERATED_PROTOBUF_LIST} protobuf::protoc
Expand Down

0 comments on commit 50f5e1b

Please sign in to comment.