Uwe L. Korn created ARROW-422: --------------------------------- Summary: C++: IPC should depend on rapidjson_ep if RapidJSON is vendored Key: ARROW-422 URL: https://issues.apache.org/jira/browse/ARROW-422 Project: Apache Arrow Issue Type: Bug Reporter: Uwe L. Korn Fix For: 0.2.0
When we vendor RapidJSON, there is currently no dependency specified in the CMakeLists that the IPC sources are depending on RapidJSON. Thus {{make}} might try to compile the IPC sources before downloading RapidJSON and then will error. -- This message was sent by Atlassian JIRA (v6.3.4#6332)