Skip to content

Commit

Permalink
Don't link with ImageMagick MagickWand (not used)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdnyc committed Apr 29, 2021
1 parent 7186048 commit ed4edc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Expand Up @@ -184,7 +184,7 @@ target_link_libraries(openshot PUBLIC OpenShot::Audio)
###

# Find the ImageMagick++ library
find_package(ImageMagick COMPONENTS Magick++ MagickWand MagickCore)
find_package(ImageMagick COMPONENTS Magick++ MagickCore)

if(ImageMagick_FOUND)
if(NOT TARGET ImageMagick::Magick++ AND NOT TARGET Magick++_TARGET)
Expand Down

0 comments on commit ed4edc4

Please sign in to comment.