Skip to content

Commit fe53fa4

Browse files
xhochywesm
authored andcommitted
ARROW-435: Fix spelling of RAPIDJSON_VENDORED
Author: Uwe L. Korn <uwelk@xhochy.com> Closes #246 from xhochy/ARROW-435 and squashes the following commits: 9fdbfde [Uwe L. Korn] ARROW-435: Fix spelling of RAPIDJSON_VENDORED
1 parent d7845fc commit fe53fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/src/arrow/ipc/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ set(ARROW_IPC_SRCS
4444
add_library(arrow_ipc SHARED
4545
${ARROW_IPC_SRCS}
4646
)
47-
if(RAPIDJSON_VERDORED)
47+
if(RAPIDJSON_VENDORED)
4848
add_dependencies(arrow_ipc rapidjson_ep)
4949
endif()
5050
if(FLATBUFFERS_VENDORED)

0 commit comments

Comments
 (0)