bitcoin/cmake/module
fanquake a7a4e11db8
cmake: scope Boost Test check to vcpkg
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-09-05 16:15:27 +01:00
..
AddBoostIfNeeded.cmake cmake: scope Boost Test check to vcpkg 2024-09-05 16:15:27 +01:00
AddWindowsResources.cmake cmake: Add AddWindowsResources module 2024-08-16 21:19:11 +01:00
CheckSourceCompilesAndLinks.cmake cmake: Add introspection module 2024-08-16 19:27:36 +01:00
FindBerkeleyDB.cmake cmake: Add wallet functionality 2024-08-16 19:27:40 +01:00
FindLibevent.cmake cmake: Add FindLibevent module 2024-08-16 19:27:39 +01:00
FindMiniUPnPc.cmake cmake: Add libminiupnpc optional package support 2024-08-16 19:27:40 +01:00
FindNATPMP.cmake cmake: Add libnatpmp optional package support 2024-08-16 19:27:40 +01:00
FindQt5.cmake cmake: Build bitcoin-qt executable 2024-08-16 19:27:42 +01:00
FindUSDT.cmake cmake: Add systemtap-sdt optional package support 2024-08-16 19:27:41 +01:00
FlagsSummary.cmake cmake: Add APPEND_{CPP,C,CXX,LD}FLAGS cache variables 2024-08-16 21:19:11 +01:00
GenerateHeaders.cmake test: Use span for raw data 2024-09-05 10:57:19 +02:00
GenerateSetupNsi.cmake cmake: Add Maintenance module 2024-08-16 21:19:11 +01:00
GetTargetInterface.cmake cmake: Print compiler and linker flags in summary 2024-08-16 19:27:36 +01:00
Maintenance.cmake cmake: Add Maintenance module 2024-08-16 21:19:11 +01:00
ProcessConfigurations.cmake build: Add missed -g for "Coverage" build configuration 2024-09-04 16:02:19 +01:00
TestAppendRequiredLibraries.cmake cmake: Add introspection module 2024-08-16 19:27:36 +01:00
TryAppendCXXFlags.cmake cmake: Add TryAppendCXXFlags module 2024-08-16 19:27:36 +01:00
TryAppendLinkerFlag.cmake cmake: Add TryAppendLinkerFlag module 2024-08-16 19:27:37 +01:00
WarnAboutGlobalProperties.cmake cmake: Introduce interface libraries to encapsulate common flags 2024-08-16 19:27:34 +01:00