summaryrefslogtreecommitdiffstats
path: root/Modules/FindImageMagick.cmake
Commit message (Collapse)AuthorAgeFilesLines
* IMPORTANT FIX: be extra-careful here on WIN32, we do NOT want CMake to look ↵Sebastien Barre2003-01-211-6/+49
| | | | in the system's PATH env var to search for ImageMagick's convert.exe, otherwise it is going to pick Microsoft Window's own convert.exe, which is used to convert FAT partitions to NTFS format ! Depending on the options passed to convert.exe, there is a good chance you would kiss your hard-disk good-bye.
* Module to find tools from the ImageMagick package.Luis Ibanez2002-12-031-0/+34
These tools are useful for converting image formats.