Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-05 | cmake: scope Boost Test check to vcpkg | fanquake | |
This check was added for vcpkg, given how it packages Boost. However, we don't need to run the check for other platforms, and it's quite slow. So, scope it to VCPKG. On my machine, this reduces the time to run `cmake -B build` from ~12 seconds, to ~6 seconds. Fixes: #30787 | |||
2024-08-16 | cmake: Build `test_bitcoin` executable | Hennadii Stepanov | |
2024-08-16 | cmake: Build `bitcoind` executable | Hennadii Stepanov | |