Skip to content

Commit 0d418a2

Browse files
kambala-decapitatormadebr
authored andcommitted
fix name case of webpdemux target
1 parent 5d169b6 commit 0d418a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/Findwebp.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ if (webp_FOUND)
4343
INTERFACE_LINK_FLAGS "${webp_LINK_FLAGS}"
4444
)
4545
endif()
46-
if (NOT TARGET WEBP::webpdemux)
46+
if (NOT TARGET WebP::webpdemux)
4747
add_library(WebP::webpdemux UNKNOWN IMPORTED)
4848
set_target_properties(WebP::webpdemux PROPERTIES
4949
IMPORTED_LOCATION "${webpdemux_LIBRARY}"

0 commit comments

Comments
 (0)