mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-25 12:51:55 -05:00
![]() The use of `PACKAGE_NAME` for the project's variable name is problematic, as this name is commonly used in CMake's interface variables. If third-party CMake code handles with scopes improperly, our `PACKAGE_NAME` variable could end up with an unexpected value. This change avoids such conflicts by renaming all `PACKAGE_*` variables to `CLIENT_*`. |
||
---|---|---|
.. | ||
AddBoostIfNeeded.cmake | ||
AddWindowsResources.cmake | ||
CheckSourceCompilesAndLinks.cmake | ||
FindBerkeleyDB.cmake | ||
FindLibevent.cmake | ||
FindQt.cmake | ||
FindUSDT.cmake | ||
FlagsSummary.cmake | ||
GenerateHeaders.cmake | ||
GenerateSetupNsi.cmake | ||
GetTargetInterface.cmake | ||
Maintenance.cmake | ||
ProcessConfigurations.cmake | ||
TestAppendRequiredLibraries.cmake | ||
TryAppendCXXFlags.cmake | ||
TryAppendLinkerFlag.cmake | ||
WarnAboutGlobalProperties.cmake |