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)
(cherry picked from commit 35e3cb8)
  • Loading branch information
kambala-decapitator authored and sezero committed Dec 16, 2024
1 parent cf48503 commit 129567c
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 129567c

Please sign in to comment.