[Webkit-unassigned] [Bug 200124] [WPE][GTK] build-webkit should set CMAKE_PREFIX_PATH and CMAKE_LIBRARY_PATH properly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 25 08:15:04 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=200124

Michael Catanzaro <mcatanzaro at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #3 from Michael Catanzaro <mcatanzaro at igalia.com> ---
This bug is invalid. From https://cmake.org/cmake/help/latest/command/find_library.html, we see:

"""
Search paths specified in cmake-specific environment variables. These are intended to be set in the user’s shell configuration, and therefore use the host’s native path separator (; on Windows and : on UNIX). This can be skipped if NO_CMAKE_ENVIRONMENT_PATH is passed.
<prefix>/lib/<arch> if CMAKE_LIBRARY_ARCHITECTURE is set, and <prefix>/lib for each <prefix> in CMAKE_PREFIX_PATH
CMAKE_LIBRARY_PATH
CMAKE_FRAMEWORK_PATH
"""

i.e. they should be respected as environment variables. Closing.

-- 
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/20190725/363fda46/attachment-0001.html>


More information about the webkit-unassigned mailing list