You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the FindMagick.cmake script is designed to find GraphicsMagick but not ImageMagick. Even the error message (when not found) is about the missing GraphicsMagick headers.
For example, with Ubuntu 16.04 and libmagick++-dev installed, the Magick++.h file is in /usr/include/ImageMagick-6/ that is not part of the searching paths of the CMake script. Specifying MAGICK_LOCATION environment variable doesn't work either...
The text was updated successfully, but these errors were encountered:
It seems that the
FindMagick.cmake
script is designed to find GraphicsMagick but not ImageMagick. Even the error message (when not found) is about the missing GraphicsMagick headers.For example, with Ubuntu 16.04 and
libmagick++-dev
installed, theMagick++.h
file is in/usr/include/ImageMagick-6/
that is not part of the searching paths of the CMake script. SpecifyingMAGICK_LOCATION
environment variable doesn't work either...The text was updated successfully, but these errors were encountered: