[Webkit-unassigned] [Bug 148539] New: [Win CMake] Fix incremental build after r188673

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 27 14:19:31 PDT 2015


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

            Bug ID: 148539
           Summary: [Win CMake] Fix incremental build after r188673
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: achristensen at apple.com

Using CMake's file(COPY ...) copies files only when CMake is run, which is only when a CMakeLists.txt or PlatformWin.cmake is touched.  When a header is changed but no files are added or removed, it breaks the incremental build.  Using xcopy as a build step solves this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150827/22264f38/attachment.html>


More information about the webkit-unassigned mailing list