[Webkit-unassigned] [Bug 248190] CMake 3.25.0: ninja: error: dependency cycle: Source/WebCore/CMakeFiles/WebCore.dir/CXX.dd

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 21 18:37:45 PST 2022


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

--- Comment #3 from Fujii Hironori <Hironori.Fujii at sony.com> ---
I overlooked a CMake warning:

> CMake Warning (dev):
>   C++20 modules support via CMAKE_EXPERIMENTAL_CXX_MODULE_DYNDEP is
>   experimental.  It is meant only for compiler developers to try.
> This warning is for project developers.  Use -Wno-dev to suppress it.

we should disable it
> set(CMAKE_EXPERIMENTAL_CXX_MODULE_DYNDEP 0)

-- 
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/20221122/c6f4b2ba/attachment.htm>


More information about the webkit-unassigned mailing list