Skip to content

Commit 8d2e84c

Browse files
committed
Remove needless link
1 parent 9ec7123 commit 8d2e84c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cpp/src/arrow/dataset/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,7 @@ if(ARROW_JSON)
191191
endif()
192192

193193
if(ARROW_ORC)
194-
add_arrow_dataset_test(file_orc_test EXTRA_LINK_LIBS ${ARROW_DATASET_TEST_LINK_LIBS}
195-
orc::orc)
194+
add_arrow_dataset_test(file_orc_test EXTRA_LINK_LIBS ${ARROW_DATASET_TEST_LINK_LIBS})
196195
endif()
197196

198197
if(ARROW_PARQUET)

0 commit comments

Comments
 (0)