Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6b1a9bc0ba6082e065d987e4a1749904aa563aa7
https://github.com/WebKit/WebKit/commit/6b1a9bc0ba6082e065d987e4a1749904aa563aa7
Author: Adrian Perez de Castro <[email protected]>
Date: 2026-02-05 (Thu, 05 Feb 2026)
Changed paths:
M Source/JavaScriptCore/CMakeLists.txt
M Source/WebCore/CMakeLists.txt
M Source/WebGPU/WGSL/CMakeLists.txt
M Source/WebKit/CMakeLists.txt
M Source/WebKitLegacy/PlatformMac.cmake
M Source/cmake/WebKitCommon.cmake
M Source/cmake/WebKitMacros.cmake
M Tools/DumpRenderTree/CMakeLists.txt
M Tools/WebKitTestRunner/CMakeLists.txt
Log Message:
-----------
[CMake] Avoid confusing message about Ruby not being found
https://bugs.webkit.org/show_bug.cgi?id=307051
Reviewed by Patrick Griffis.
Pass the QUIET flag to find_package() when checking for Ruby, to avoid the
default error message, then manually use message(CHECK_{START,PASS,FAIL} ...)
to report status.
While at it, change the uses of the deprecated RUBY_{EXECUTABLE,VERSION}
variables in favor of Ruby_{EXECUTABLE,VERSION}. Building WebKit
requires CMake 3.20, and the new variables have been introduced in 3.18.
* Source/JavaScriptCore/CMakeLists.txt:
* Source/WebCore/CMakeLists.txt:
* Source/WebGPU/WGSL/CMakeLists.txt:
* Source/WebKit/CMakeLists.txt:
* Source/WebKitLegacy/PlatformMac.cmake:
* Source/cmake/WebKitCommon.cmake:
* Source/cmake/WebKitMacros.cmake:
* Tools/DumpRenderTree/CMakeLists.txt:
* Tools/WebKitTestRunner/CMakeLists.txt:
Canonical link: https://commits.webkit.org/306869@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications