[webkit-changes] [WebKit/WebKit] 4069b8: [CMake] Add missing include CheckCSourceCompiles

Michael Catanzaro noreply at github.com
Thu Jun 15 06:16:40 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 4069b86047024e7abf26b261eca942e378790393
      https://github.com/WebKit/WebKit/commit/4069b86047024e7abf26b261eca942e378790393
  Author: Michael Catanzaro <mcatanzaro at redhat.com>
  Date:   2023-06-15 (Thu, 15 Jun 2023)

  Changed paths:
    M Source/cmake/WebKitCommon.cmake

  Log Message:
  -----------
  [CMake] Add missing include CheckCSourceCompiles
https://bugs.webkit.org/show_bug.cgi?id=258075

Reviewed by Don Olmstead and Fujii Hironori.

This fixes build with CMake 3.27.0-rc1 which uses fewer unnecessary
includes. The unnecessary includes have been restored in rc2 for
compatibility, but might go away again in the future. Regardless, we
should include what we use.

* Source/cmake/WebKitCommon.cmake:

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




More information about the webkit-changes mailing list