File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -2193,9 +2193,11 @@ macro(build_substrait)
21932193 SKIP_UNITY_BUILD_INCLUSION TRUE )
21942194 list (APPEND SUBSTRAIT_PROTO_GEN_ALL "${ARROW_SUBSTRAIT_PROTO_GEN} .${EXT} " )
21952195 endforeach ()
2196+ set (ARROW_SUBSTRAIT_PROTOC_INCLUDES ${SUBSTRAIT_PROTOC_INCLUDES}
2197+ "-I${ARROW_SUBSTRAIT_PROTOS_DIR} " )
21962198 add_custom_command (OUTPUT "${ARROW_SUBSTRAIT_PROTO_GEN} .cc"
21972199 "${ARROW_SUBSTRAIT_PROTO_GEN} .h"
2198- COMMAND ${ARROW_PROTOBUF_PROTOC} ${SUBSTRAIT_PROTOC_INCLUDES }
2200+ COMMAND ${ARROW_PROTOBUF_PROTOC} ${ARROW_SUBSTRAIT_PROTOC_INCLUDES }
21992201 "--cpp_out=${SUBSTRAIT_CPP_DIR} "
22002202 "${ARROW_SUBSTRAIT_PROTOS_DIR} /substrait/${ARROW_SUBSTRAIT_PROTO} .proto"
22012203 DEPENDS ${PROTO_DEPENDS} substrait_ep)
You can’t perform that action at this time.
0 commit comments