Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

your system's libwebp did not meet expectations. try to either use the provided 3rdparty src using

cmake -DBUILD_WEBP=ON

or to disablesupport for that entirely:

cmake -DWITH_WEBP=OFF

your system's libwebp did not meet expectations. try to either use the provided 3rdparty src using

cmake -DBUILD_WEBP=ON

or to disablesupport disable support for that webp images entirely:

cmake -DWITH_WEBP=OFF