aboutsummaryrefslogtreecommitdiff
path: root/cmake/module/AddBoostIfNeeded.cmake
AgeCommit message (Collapse)Author
2024-09-05cmake: scope Boost Test check to vcpkgfanquake
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-16cmake: Build `test_bitcoin` executableHennadii Stepanov
2024-08-16cmake: Build `bitcoind` executableHennadii Stepanov