save-buffer commented on a change in pull request #11876:
URL: https://github.com/apache/arrow/pull/11876#discussion_r769012567
##########
File path: cpp/src/arrow/compute/exec/CMakeLists.txt
##########
@@ -32,8 +32,8 @@ add_arrow_compute_test(util_test PREFIX "arrow-compute")
add_arrow_benchmark(expression_benchmark PREFIX "arrow-compute")
-find_package(OpenMP)
-if(OpenMP_CXX_FOUND)
+if(ARROW_BUILD_OPENMP_BENCHMARKS)
Review comment:
Done! Please double check it though since I didn't really know what I
was doing modifying that file.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]