Skip to content

Commit

Permalink
Update package 'WebP' to v1.2.4-p0 (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
drodin committed Sep 21, 2022
1 parent d6b27a5 commit ecd23ae
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ hunter_default_version(WDC VERSION 1.1.5)
hunter_default_version(WTL VERSION 9.1.5321)
hunter_default_version(Washer VERSION 0.1.2)
hunter_default_version(WebKit VERSION 0.0.2-p0)
hunter_default_version(WebP VERSION 1.2.2-p0)
hunter_default_version(WebP VERSION 1.2.4-p0)
hunter_default_version(WinSparkle VERSION 0.4.0)
hunter_default_version(YAJL VERSION 2.1.0-p0)
hunter_default_version(ZLIB VERSION 1.2.12-p0)
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/WebP/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,17 @@ hunter_add_version(
4b82a4cd6efe46cf548c2715d308523fd1b30bdb
)

hunter_add_version(
PACKAGE_NAME
WebP
VERSION
"1.2.4-p0"
URL
"https://github.com/cpp-pm/libwebp/archive/refs/tags/v1.2.4-p0.tar.gz"
SHA1
45389ed7a5b15e3c4139ae044d702d7cb37af840
)

set(
_hunter_webp_cmake_args
WEBP_BUILD_ANIM_UTILS=OFF
Expand Down

0 comments on commit ecd23ae

Please sign in to comment.