[Webkit-unassigned] [Bug 170797] New: [WinCairo] Assign WEBKIT_LIBRARIES_DIR to CMAKE_PREFIX_PATH

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 12 17:39:31 PDT 2017


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

            Bug ID: 170797
           Summary: [WinCairo] Assign WEBKIT_LIBRARIES_DIR to
                    CMAKE_PREFIX_PATH
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: don.olmstead at am.sony.com
                CC: lforschler at apple.com

Currently WinCairo cannot use find_package for any of the third party libraries that have build in support within CMake (cURL, ZLIB, etc). CMAKE_PREFIX_PATH can be used to set a search path for those libraries. By adding WEBKIT_LIBRARIES_DIR to the CMAKE_PREFIX_PATH find_package works as expected. This also requires setting a global hint for CMake to look into lib32/lib64 directories to match the current directory structure.

This also means that the explicit including of WEBKIT_LIBRARIES_DIR within the WebKit specific finds (Cairo) are not necessary.

-- 
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/20170413/dd559aae/attachment-0001.html>


More information about the webkit-unassigned mailing list