Commit Graph

4 Commits

Author SHA1 Message Date
Hennadii Stepanov
829255c8be cmake: Remove SelectLibraryConfigurations from FindQRencode module
Co-authored-by: Daniel Pfeifer <daniel@pfeifer-mail.de>
2026-06-25 16:33:40 +01:00
Hennadii Stepanov
402ba10b20 cmake: Drop optional PkgConfig use in FindQRencode module 2026-06-25 15:04:29 +01:00
Hennadii Stepanov
ead4468748 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.
2025-06-24 20:49:27 +01:00
Hennadii Stepanov
30089b0cb6 cmake: Add FindQRencode module 2024-11-05 16:38:19 +00:00