summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2012-03-02 11:49:08 -0500
committerCMake Topic Stage <kwrobot@kitware.com>2012-03-02 11:49:08 -0500
commitbe0bb04be38c7386165cba85d9cc53f5ac99bcc1 (patch)
tree925c171c2c6f79d8b565a3f1d6becc133979054b
parentaf87e8abb04bc70b9b11f33585ad9503a0c78eb1 (diff)
parent95f50940cc10c22077435326db14904d1a06408b (diff)
downloadcmake-be0bb04be38c7386165cba85d9cc53f5ac99bcc1.tar.gz
Merge topic 'document-missing-versions'
95f5094 document when version detection will not work
-rw-r--r--Modules/FindGnuplot.cmake2
-rw-r--r--Modules/FindImageMagick.cmake2
2 files changed, 4 insertions, 0 deletions
diff --git a/Modules/FindGnuplot.cmake b/Modules/FindGnuplot.cmake
index 3e36e4b443..b8dc3f49a6 100644
--- a/Modules/FindGnuplot.cmake
+++ b/Modules/FindGnuplot.cmake
@@ -5,6 +5,8 @@
# GNUPLOT_FOUND - system has Gnuplot
# GNUPLOT_EXECUTABLE - the Gnuplot executable
# GNUPLOT_VERSION_STRING - the version of Gnuplot found (since CMake 2.8.8)
+#
+# GNUPLOT_VERSION_STRING will not work for old versions like 3.7.1.
#=============================================================================
# Copyright 2002-2009 Kitware, Inc.
diff --git a/Modules/FindImageMagick.cmake b/Modules/FindImageMagick.cmake
index 0c890f5235..f21b63008e 100644
--- a/Modules/FindImageMagick.cmake
+++ b/Modules/FindImageMagick.cmake
@@ -27,6 +27,8 @@
# ImageMagick_VERSION_STRING - the version of ImageMagick found
# (since CMake 2.8.8)
#
+# ImageMagick_VERSION_STRING will not work for old versions like 5.2.3.
+#
# There are also components for the following ImageMagick APIs:
#
# Magick++