summaryrefslogtreecommitdiffstats
path: root/Modules/FindImageMagick.cmake
diff options
context:
space:
mode:
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)