cmake: set ENABLE_IPC by default

Install capnp on non-depends CI jobs.

Use the bitcoin-node binary in the macOS native non-depends job.
This commit is contained in:
Sjors Provoost
2025-06-12 14:01:01 +02:00
parent 32a90e1b90
commit 3cbf747c32
9 changed files with 10 additions and 9 deletions

View File

@@ -4,7 +4,7 @@ _This document describes usage of the multiprocess feature. For design informati
## Build Option
On Unix systems, the `-DENABLE_IPC=ON` build option can be passed to build the supplemental `bitcoin-node` and `bitcoin-gui` multiprocess executables.
The `-DENABLE_IPC=ON` build option, supported and enabled by default on Unix systems, can be passed to build the supplemental `bitcoin-node` and `bitcoin-gui` multiprocess executables.
## Debugging