Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 4bfeff8c67ad47b7bb0f3d78390789f6f2af5dd2
      
https://github.com/WebKit/WebKit/commit/4bfeff8c67ad47b7bb0f3d78390789f6f2af5dd2
  Author: Fujii Hironori <[email protected]>
  Date:   2026-08-05 (Wed, 05 Aug 2026)

  Changed paths:
    M Source/cmake/WebKitMacros.cmake

  Log Message:
  -----------
  [CMake 4.4][WPE] _WEBKIT_TARGET_LINK_FRAMEWORK reports "Unknown arguments 
specified" error
https://bugs.webkit.org/show_bug.cgi?id=321081

Reviewed by Adrian Perez de Castro.

CMake 4.4 reports the following error for WPE.

> -- Using platform-specific CMakeLists: 
> /run/build/webkitwpe/Source/JavaScriptCore/shell/PlatformWPE.cmake
> CMake Error at Source/cmake/WebKitMacros.cmake:554 (if):
>   if given arguments:
>
>     "(" "NOT" "_linked_into" ")" "OR" "(" "JavaScriptCore" "STREQUAL" ")" 
> "OR" "(" "NOT" "IN_LIST" "jsc_FRAMEWORKS" ")"
>
>   Unknown arguments specified
> Call Stack (most recent call first):
>   Source/cmake/WebKitMacros.cmake:756 (_WEBKIT_TARGET_LINK_FRAMEWORK)
>   Source/JavaScriptCore/shell/CMakeLists.txt:126 (WEBKIT_EXECUTABLE)

Replaced `${_linked_into}` with `_linked_into`.

* Source/cmake/WebKitMacros.cmake(_WEBKIT_TARGET_LINK_FRAMEWORK):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to