Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: c48d5a8a6a389f9bca2ff8d9977b96124f792c39
      
https://github.com/WebKit/WebKit/commit/c48d5a8a6a389f9bca2ff8d9977b96124f792c39
  Author: Adrian Perez de Castro <[email protected]>
  Date:   2024-04-23 (Tue, 23 Apr 2024)

  Changed paths:
    M Source/ThirdParty/skia/CMakeLists.txt

  Log Message:
  -----------
  [CMake] Avoid libSkia.a to always be considered outdated
https://bugs.webkit.org/show_bug.cgi?id=270776

Reviewed by Carlos Garcia Campos.

Use a POST_BUILD build event command attached to the Skia target to
create the symlink for the headers, instead of having a target as a
dependency. Build events always run when a target is built, but
crucially do not cause the target to be considered out-of-date.

* Source/ThirdParty/skia/CMakeLists.txt:

Canonical link: https://commits.webkit.org/277860@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to