arm64
and x64
macOS.
qt@6
is installed
#32804
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
For details see: https://corecheck.dev/bitcoin/bitcoin/pulls/32804.
See the guideline for information on the review process. A summary of reviews will appear here.
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.
On macOS, this change ensures that the Boost package is located at its
real path rather than via the symlink in the default prefix.