diff --git a/cpp/src/arrow/ipc/CMakeLists.txt b/cpp/src/arrow/ipc/CMakeLists.txt index b1669c5f7c2..619ca7c92cb 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)