update libwebp to v1.6.0

This commit is contained in:
Green Sky
2025-10-07 18:05:09 +02:00
parent 40ed05608e
commit a091deddfe

View File

@@ -63,7 +63,7 @@ if (NOT TARGET WebP::libwebpmux)
FetchContent_Declare(libwebp FetchContent_Declare(libwebp
GIT_REPOSITORY https://github.com/webmproject/libwebp GIT_REPOSITORY https://github.com/webmproject/libwebp
GIT_TAG v1.5.0 GIT_TAG v1.6.0
FIND_PACKAGE_ARGS FIND_PACKAGE_ARGS
) )
FetchContent_MakeAvailable(libwebp) FetchContent_MakeAvailable(libwebp)