[Webkit-unassigned] [Bug 202831] New: [cmake] Use HINTS instead of PATHS when searching in paths from pkg-config
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 10 17:08:42 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=202831
Bug ID: 202831
Summary: [cmake] Use HINTS instead of PATHS when searching in
paths from pkg-config
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: CMake
Assignee: webkit-unassigned at lists.webkit.org
Reporter: annulen at yandex.ru
HINTS and PATHS sections are similar, however HINTS is processed before default system locations, while PATHS - after. If target file can be found in the system, pkg-config results are ignored in case of PATHS, making it impossible to override system version of library with PKG_CONFIG_PATH.
Note that CMake documentation recommends using PATHS for hard-coded guesses.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191011/69264701/attachment.html>
More information about the webkit-unassigned
mailing list