kszucs commented on code in PR #45001: URL: https://github.com/apache/arrow/pull/45001#discussion_r2225050385
########## cpp/src/arrow/compute/CMakeLists.txt: ########## @@ -138,6 +138,19 @@ add_arrow_compute_test(row_test add_arrow_benchmark(function_benchmark PREFIX "arrow-compute") +if(ARROW_TEST_LINKAGE STREQUAL "static") + set(ARROW_COMPUTE_BENCHMARK_LINK_LIBS arrow_compute_static) +else() + set(ARROW_COMPUTE_BENCHMARK_LINK_LIBS arrow_compute_shared) +endif() +if(ARROW_COMPUTE) Review Comment: Rebasing. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org