Skip to content

Commit

Permalink
Fix missing installation of WebP::sharpyuv
Browse files Browse the repository at this point in the history
This new static library was added when we upgraded to libwebp to v1.3.1.
We didn't discover the issue until the TileDB-R attempted to build 2.17
RC0 because that appears to be one of the last places we're not yet
using vpckg for dependency management.
  • Loading branch information
davisp committed Sep 5, 2023
1 parent 46b9ca5 commit 9866ba0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/Modules/FindWebp_EP.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,5 @@ if (TILEDB_WEBP_EP_BUILT)
install_target_libs(WebP::webpdecoder)
install_target_libs(WebP::webpdemux)
install_target_libs(WebP::libwebpmux)
install_target_libs(WebP::sharpyuv)
endif()

0 comments on commit 9866ba0

Please sign in to comment.