Skip to content

Commit

Permalink
fix name case of webpdemux target
Browse files Browse the repository at this point in the history
(cherry picked from commit 0d418a2)
  • Loading branch information
kambala-decapitator authored and madebr committed Nov 22, 2024
1 parent 4c81922 commit 35e3cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Findwebp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ if (webp_FOUND)
INTERFACE_LINK_FLAGS "${webp_LINK_FLAGS}"
)
endif()
if (NOT TARGET WEBP::webpdemux)
if (NOT TARGET WebP::webpdemux)
add_library(WebP::webpdemux UNKNOWN IMPORTED)
set_target_properties(WebP::webpdemux PROPERTIES
IMPORTED_LOCATION "${webpdemux_LIBRARY}"
Expand Down

0 comments on commit 35e3cb8

Please sign in to comment.