Skip to content

Commit ab848f0

Browse files
jeffknuppxhochy
authored andcommitted
ARROW-713: [C++] Fix cmake linking issue in new IPC benchmark
Author: Jeff Knupp <jeff.knupp@enigma.io> Closes #444 from jeffknupp/master and squashes the following commits: 37aa10f [Jeff Knupp] [C++] ARROW-713: Fix cmake linking issue in new IPC benchmark
1 parent 685ebf4 commit ab848f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/src/arrow/ipc/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,5 +173,5 @@ if (ARROW_BUILD_UTILITIES)
173173
endif()
174174

175175
ADD_ARROW_BENCHMARK(ipc-read-write-benchmark)
176-
ARROW_TEST_LINK_LIBRARIES(ipc-read-write-benchmark
176+
ARROW_BENCHMARK_LINK_LIBRARIES(ipc-read-write-benchmark
177177
${ARROW_IPC_TEST_LINK_LIBS})

0 commit comments

Comments
 (0)