Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge bitcoin/bitcoin#31078: build: Fix kernel static lib component i…
…nstall 82e16e6 cmake: Refactor install kernel dependencies (Hennadii Stepanov) 42e6277 build: Add static libraries to Kernel install component (TheCharlatan) Pull request description: Fixes the installation of the pkgconfig file and the static library when installing only the `Kernel` component. This is a followup to fix #30835 and #30814, which were merged shortly after one another, but are interrelated. Can be tested with: ``` cmake -B build -DBUILD_SHARED_LIBS=OFF -DBUILD_KERNEL_LIB=ON cmake --build build --target bitcoinkernel cmake --install build --component Kernel ``` ACKs for top commit: hebasto: ACK 82e16e6, tested on Ubuntu 23.10. fanquake: ACK 82e16e6 Tree-SHA512: 07c18a341d4464e489c28fb262600338f1711248309ffb2af0ef3ab1abf06f10873c435895b63010e0be8e44af77046324896dfd872479792aa049831606dc45
- Loading branch information