update libwebp to 1.4.0

This commit is contained in:
Green Sky 2024-07-18 14:38:02 +02:00
parent 3490704d64
commit 99cb817353
No known key found for this signature in database

View File

@ -19,7 +19,7 @@ if (NOT TARGET libwebp)
FetchContent_Declare(libwebp
GIT_REPOSITORY https://github.com/webmproject/libwebp
GIT_TAG v1.3.2
GIT_TAG v1.4.0
FIND_PACKAGE_ARGS
)
FetchContent_MakeAvailable(libwebp)