0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-19 12:02:37 -05:00
Commit graph

8 commits

Author SHA1 Message Date
Ryan Ofsky
36db25f0bc cmake: Support building with libmultiprocess subtree
Replace existing WITH_MULTIPROCESS build option which searches for an external
libmultiprocess installation and enables building multiprocess binaries option
with new, separate BUILD_MULTIPROCESS and WITH_LIBMULTIPROCESS options.

The BUILD_MULTIPROCESS option controls whether new multiprocess binaries
bitcoin-node and bitcoin-gui will be built.

The WITH_LIBMULTIPROCESS option controls whether to search for an external
libmultiprocess install. If it is true, the external install will be used,
otherwise the local git subtree src/ipc/libmultiprocess subtree will be used.
This option does not usually need to be used except when cross-compiling.
2025-01-29 07:10:23 -05:00
Hennadii Stepanov
e196190a28
cmake: Remove unused BUILD_TESTING variable from "dev-mode" preset 2024-12-19 22:25:11 +00:00
Hennadii Stepanov
9e5089dbb0
build, msvc: Enable libqrencode vcpkg package 2024-11-05 16:38:56 +00:00
Antoine Poinsot
a9598e5eaa
build: drop miniupnpc dependency 2024-10-24 18:23:31 +02:00
laanwj
20a18bf6aa build: Drop libnatpmp from build system 2024-09-30 11:37:55 +02:00
Pieter Wuille
f15e817811 build: add more CMake presets (dev-mode, libfuzzer, libfuzzer-nosan) 2024-09-11 12:51:34 -04:00
Hennadii Stepanov
e07a3ede52
ci: Add missed configuration options to "Win64 native" job 2024-09-06 12:19:26 +01:00
Hennadii Stepanov
3885441ee0
cmake: Add presets for native Windows builds 2024-08-16 21:19:12 +01:00