Skip to content

Commit

Permalink
apacheGH-45396: [C++] Use Boost with ARROW_FUZZING
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 31, 2025
1 parent f872372 commit 9d8f02e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/cmake_modules/ThirdpartyToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -1258,6 +1258,7 @@ endif()
# - S3FS and Flight benchmarks need Boost at runtime.
if(ARROW_BUILD_INTEGRATION
OR ARROW_BUILD_TESTS
OR ARROW_FUZZING
OR (ARROW_FLIGHT AND (ARROW_TESTING OR ARROW_BUILD_BENCHMARKS))
OR (ARROW_S3 AND ARROW_BUILD_BENCHMARKS))
set(ARROW_USE_BOOST TRUE)
Expand Down

0 comments on commit 9d8f02e

Please sign in to comment.