some fixes for FindWebP

This commit is contained in:
Mathis Logemann 2021-07-23 18:39:42 +02:00
parent 872f1139db
commit 001718cf73

View file

@ -64,10 +64,11 @@ endif ()
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(WebP
FOUND_VAR WebP_FOUND
REQUIRED_VARS
WebP_LIBRARY
WebP_INCLUDE_DIR
WebP_VERSION
VERSION_VAR WebP_VERSION
)
mark_as_advanced(WebP_INCLUDE_DIR WebP_LIBRARY)