DGtal icon indicating copy to clipboard operation
DGtal copied to clipboard

FindMagick.cmake not working with ImageMagick

Open rolanddenis opened this issue 6 years ago • 0 comments

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...

rolanddenis avatar Nov 28 '18 13:11 rolanddenis