forked from Green-Sky/tomato
update libwebp to 1.4.0
This commit is contained in:
parent
3490704d64
commit
99cb817353
2
external/libwebp/CMakeLists.txt
vendored
2
external/libwebp/CMakeLists.txt
vendored
@ -19,7 +19,7 @@ if (NOT TARGET libwebp)
|
|||||||
|
|
||||||
FetchContent_Declare(libwebp
|
FetchContent_Declare(libwebp
|
||||||
GIT_REPOSITORY https://github.com/webmproject/libwebp
|
GIT_REPOSITORY https://github.com/webmproject/libwebp
|
||||||
GIT_TAG v1.3.2
|
GIT_TAG v1.4.0
|
||||||
FIND_PACKAGE_ARGS
|
FIND_PACKAGE_ARGS
|
||||||
)
|
)
|
||||||
FetchContent_MakeAvailable(libwebp)
|
FetchContent_MakeAvailable(libwebp)
|
||||||
|
Loading…
Reference in New Issue
Block a user