build: set ENABLE_IPC to OFF when fuzzing

Currently a `BUILD_FOR_FUZZING` build will failure to configure, with
missing `capnp`.
This commit is contained in:
fanquake 2025-08-21 12:16:13 +01:00
parent 7d9789401b
commit af4156ab75
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

View File

@ -217,6 +217,7 @@ if(BUILD_FOR_FUZZING)
set(BUILD_TESTS OFF)
set(BUILD_GUI_TESTS OFF)
set(BUILD_BENCH OFF)
set(ENABLE_IPC OFF)
set(BUILD_FUZZ_BINARY ON)
target_compile_definitions(core_interface INTERFACE