Skip to content

Commit af4156a

Browse files
committed
build: set ENABLE_IPC to OFF when fuzzing
Currently a `BUILD_FOR_FUZZING` build will failure to configure, with missing `capnp`.
1 parent 7d97894 commit af4156a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ if(BUILD_FOR_FUZZING)
217217
set(BUILD_TESTS OFF)
218218
set(BUILD_GUI_TESTS OFF)
219219
set(BUILD_BENCH OFF)
220+
set(ENABLE_IPC OFF)
220221
set(BUILD_FUZZ_BINARY ON)
221222

222223
target_compile_definitions(core_interface INTERFACE

0 commit comments

Comments
 (0)