Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions cpp/examples/arrow/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@

add_arrow_example(row_wise_conversion_example)

if(ARROW_WITH_RAPIDJSON)
add_arrow_example(rapidjson_row_converter EXTRA_LINK_LIBS RapidJSON)
add_arrow_example(from_json_string_example EXTRA_LINK_LIBS RapidJSON)
if(ARROW_JSON)
add_arrow_example(simdjson_row_converter EXTRA_LINK_LIBS arrow::simdjson)
add_arrow_example(from_json_string_example EXTRA_LINK_LIBS arrow::simdjson)
endif()

if(ARROW_ACERO)
Expand Down
Loading
Loading