summaryrefslogtreecommitdiffstats
path: root/Modules/FindImageMagick.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Convert CMake find-modules to BSD LicenseBrad King2009-09-281-4/+12
| | | | | | | This adds copyright/license notification blocks CMake's find-modules. Many of the modules had no notices at all. Some had notices referring to the BSD license already. This commit normalizes existing notices and adds missing notices.
* STYLE: Fixed module list in documentation; Magick should be MagickCore.Miguel A. Figueroa-Villanueva2008-08-021-1/+1
|
* ENH: Updated FindImageMagick to:Miguel A. Figueroa-Villanueva2008-07-231-60/+173
| | | | | | - Find newer additions such as animate, compare, etc. - Find development api: Magick++, MagickCore, MagickWand - Use FindPackageHandleStandardArgs to output standard messages.
* ENH: some style fixes for the bookKen Martin2005-12-151-5/+10
|
* ENH: add documentation support for modulesBill Hoffman2005-12-141-1/+1
|
* 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.