Repository: arrow Updated Branches: refs/heads/master d7845fcd8 -> fe53fa409
ARROW-435: Fix spelling of RAPIDJSON_VENDORED Author: Uwe L. Korn <[email protected]> Closes #246 from xhochy/ARROW-435 and squashes the following commits: 9fdbfde [Uwe L. Korn] ARROW-435: Fix spelling of RAPIDJSON_VENDORED Project: http://git-wip-us.apache.org/repos/asf/arrow/repo Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/fe53fa40 Tree: http://git-wip-us.apache.org/repos/asf/arrow/tree/fe53fa40 Diff: http://git-wip-us.apache.org/repos/asf/arrow/diff/fe53fa40 Branch: refs/heads/master Commit: fe53fa409b644ee7b971dc4ed8f877199e91686e Parents: d7845fc Author: Uwe L. Korn <[email protected]> Authored: Tue Dec 20 11:40:04 2016 -0500 Committer: Wes McKinney <[email protected]> Committed: Tue Dec 20 11:40:04 2016 -0500 ---------------------------------------------------------------------- cpp/src/arrow/ipc/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/arrow/blob/fe53fa40/cpp/src/arrow/ipc/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/cpp/src/arrow/ipc/CMakeLists.txt b/cpp/src/arrow/ipc/CMakeLists.txt index b1669c5..619ca7c 100644 --- a/cpp/src/arrow/ipc/CMakeLists.txt +++ b/cpp/src/arrow/ipc/CMakeLists.txt @@ -44,7 +44,7 @@ set(ARROW_IPC_SRCS add_library(arrow_ipc SHARED ${ARROW_IPC_SRCS} ) -if(RAPIDJSON_VERDORED) +if(RAPIDJSON_VENDORED) add_dependencies(arrow_ipc rapidjson_ep) endif() if(FLATBUFFERS_VENDORED)
