Yuanping Wu created ORC-1585: -------------------------------- Summary: [C++] Add orc-format_ep as a dependency of orc Key: ORC-1585 URL: https://issues.apache.org/jira/browse/ORC-1585 Project: ORC Issue Type: Bug Reporter: Yuanping Wu
Currently, running the command `mkdir build && cd build && cmake .. -DBUILD_JAVA=OFF && make orc ` would fail with following error message: ../../orc-format_ep-prefix/src/orc-format_ep/src/main/proto/orc/proto: warning: directory does not exist. ../../orc-format_ep-prefix/src/orc-format_ep/src/main/proto/orc/proto/orc_proto.proto: No such file or directory This is because orc-format_ep won't be downloaded automatically as nothing depends on it. -- This message was sent by Atlassian Jira (v8.20.10#820010)