Skip to content

Commit

Permalink
Require libarrow-testing for the fuzz generation utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Aug 8, 2024
1 parent 3515cf6 commit 09c70bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cpp/src/arrow/ipc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,10 @@ add_arrow_benchmark(read_write_benchmark PREFIX "arrow-ipc")

if(ARROW_FUZZING
OR (ARROW_BUILD_UTILITIES
AND ARROW_TESTING
AND ARROW_WITH_LZ4
AND ARROW_WITH_ZSTD))
AND ARROW_WITH_ZSTD
))
add_executable(arrow-ipc-generate-fuzz-corpus generate_fuzz_corpus.cc)
target_link_libraries(arrow-ipc-generate-fuzz-corpus ${ARROW_UTIL_LIB}
${ARROW_TEST_LINK_LIBS})
Expand Down

0 comments on commit 09c70bd

Please sign in to comment.