[Webkit-unassigned] [Bug 140497] New: [EFL][CMAKE] Fix cmake warning

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 15 07:42:49 PST 2015


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

            Bug ID: 140497
           Summary: [EFL][CMAKE] Fix cmake warning
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: gyuyoung.kim at webkit.org

r173155 already tried to fix cmake warning though, the warning is still exist. CMAKE_LINK_INTERFACE_LIBRARIES seems to cause this warning. INTERFACE_LINK_LIBRARIES contains the list of transitive link dependencies, and CMAKE_LINK_INTERFACE_LIBRARIES can override the INTERFACE_LINK_LIBRARIES property when CMP0022 is not set. CMake warns this override. To avoid it, EFL port doesn't set CMAKE_LINK_INTERFACE_LIBRARIES.

-- 
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/20150115/daf659bd/attachment-0002.html>


More information about the webkit-unassigned mailing list