Skip to content

make WebP component name compatible with upstream ConfigWebP.cmake

Benjamin Buch requested to merge (removed):master into master

When using CMAKE_FIND_PACKAGE_PREFER_CONFIG=ON the build fails, because the upstream ConfigWebP.cmake names the target WebP::webp. This can easily fixed by using the same case sensitive name in the FindWebP module. This way both works.

Merge request reports