Skip to content

Commit

Permalink
Update SetupWebKit.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Dec 28, 2024
1 parent 5d31c79 commit a6e876f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/tools/SetupWebKit.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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 ca19f5cb4d30f6cbd5b44e5f03d2c5eb6f3c1002)
set(WEBKIT_VERSION d90d122238e40af3e04eef8689c7abf1735df84e)
endif()

if(WEBKIT_LOCAL)
Expand Down

0 comments on commit a6e876f

Please sign in to comment.