Fix #31009 on both arm64 and x64 macOS.
Fix build on macOS when `qt@6` is installed #32804
pull hebasto wants to merge 2 commits into bitcoin:29.x from hebasto:250624-29.x-multi-qt changing 2 files +15 −3-
hebasto commented at 4:46 PM on June 24, 2025: member
- hebasto added the label Build system on Jun 24, 2025
-
DrahtBot commented at 4:46 PM on June 24, 2025: contributor
<!--e57a25ab6845829454e8d69fc972939a-->
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
<!--006a51241073e994b41acfe9ec718e94-->
Code Coverage & Benchmarks
For details see: https://corecheck.dev/bitcoin/bitcoin/pulls/32804.
<!--021abf342d371248e50ceaed478a90ca-->
Reviews
See the guideline for information on the review process. A summary of reviews will appear here.
<!--5faf32d7da4f0f540f40219e4f7537a3-->
- maflcko added this to the milestone 29.1 on Jun 24, 2025
- maflcko added the label Needs backport (29.x) on Jun 24, 2025
- hebasto force-pushed on Jun 25, 2025
-
619a6dacb1
cmake: Use `HINTS` instead of `PATHS` in `find_*` commands
According to the CMake documentation, `HINTS` "should be paths computed by system introspection, such as a hint provided by the location of another item already found", which is precisely the case in the `FindQRencode` module. Entries in `HINTS` are searched before those in `PATHS`. On macOS, Homebrew’s `libqrencode` will therefore be located at its real path rather than via the symlink in the default prefix.
-
812bd51563
cmake: Explicitly specify `Boost_ROOT` for Homebrew's package
On macOS, this change ensures that the Boost package is located at its real path rather than via the symlink in the default prefix.
- hebasto force-pushed on Jun 25, 2025
- fanquake referenced this in commit 8fafb81320 on Jun 26, 2025
- fanquake referenced this in commit 67ea4b9994 on Jun 26, 2025
- fanquake removed the label Needs backport (29.x) on Jun 26, 2025
- fanquake closed this on Jun 26, 2025
- hebasto deleted the branch on Jun 27, 2025