Compare commits

...

1 Commits

Author SHA1 Message Date
Jarred Sumner
c907da5c18 Update SetupWebKit.cmake 2024-10-15 19:18:42 -07:00

View File

@@ -2,7 +2,7 @@ option(WEBKIT_VERSION "The version of WebKit to use")
option(WEBKIT_LOCAL "If a local version of WebKit should be used instead of downloading")
if(NOT WEBKIT_VERSION)
set(WEBKIT_VERSION 12e2f46fb01f7c5cf5a992b9414ddfaab32b7110)
set(WEBKIT_VERSION 428a917f5a38ac4b79799d73497b57e5c62afb36)
endif()
if(WEBKIT_LOCAL)