summaryrefslogtreecommitdiffstats
path: root/Modules/FindImageMagick.cmake
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-12-15 15:41:19 (GMT)
committerKen Martin <ken.martin@kitware.com>2005-12-15 15:41:19 (GMT)
commitd2689c95a1591fd7bc5bc8a2f1515a2db1d88b72 (patch)
tree4411afc189c59d4564de0d061578334364d17741 /Modules/FindImageMagick.cmake
parent4b0fd57bef650dd027460f9ed50fb2687f214645 (diff)
downloadCMake-d2689c95a1591fd7bc5bc8a2f1515a2db1d88b72.zip
CMake-d2689c95a1591fd7bc5bc8a2f1515a2db1d88b72.tar.gz
CMake-d2689c95a1591fd7bc5bc8a2f1515a2db1d88b72.tar.bz2
ENH: some style fixes for the book
Diffstat (limited to 'Modules/FindImageMagick.cmake')
-rw-r--r--Modules/FindImageMagick.cmake15
1 files changed, 10 insertions, 5 deletions
diff --git a/Modules/FindImageMagick.cmake b/Modules/FindImageMagick.cmake
index ab6f0b6..66e54bc 100644
--- a/Modules/FindImageMagick.cmake
+++ b/Modules/FindImageMagick.cmake
@@ -2,11 +2,16 @@
# This module finds if ImageMagick tools are installed and determines
# where the executables are. This code sets the following variables:
#
-# IMAGEMAGICK_CONVERT_EXECUTABLE = the full path to the 'convert' utility
-# IMAGEMAGICK_MOGRIFY_EXECUTABLE = the full path to the 'mogrify' utility
-# IMAGEMAGICK_IMPORT_EXECUTABLE = the full path to the 'import' utility
-# IMAGEMAGICK_MONTAGE_EXECUTABLE = the full path to the 'montage' utility
-# IMAGEMAGICK_COMPOSITE_EXECUTABLE = the full path to the 'composite' utility
+# IMAGEMAGICK_CONVERT_EXECUTABLE =
+# the full path to the 'convert' utility
+# IMAGEMAGICK_MOGRIFY_EXECUTABLE =
+# the full path to the 'mogrify' utility
+# IMAGEMAGICK_IMPORT_EXECUTABLE =
+# the full path to the 'import' utility
+# IMAGEMAGICK_MONTAGE_EXECUTABLE =
+# the full path to the 'montage' utility
+# IMAGEMAGICK_COMPOSITE_EXECUTABLE =
+# the full path to the 'composite' utility
#
IF (WIN32)