diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2012-02-29 17:46:47 (GMT) |
---|---|---|
committer | Rolf Eike Beer <eike@sf-mail.de> | 2012-02-29 17:46:47 (GMT) |
commit | 95f50940cc10c22077435326db14904d1a06408b (patch) | |
tree | 20fe0b7b7d432878e55b35b774f1e0a080096f00 /Modules | |
parent | 4fd479816da0a0ff21c6634ea7c82ff27b321b85 (diff) | |
download | CMake-95f50940cc10c22077435326db14904d1a06408b.zip CMake-95f50940cc10c22077435326db14904d1a06408b.tar.gz CMake-95f50940cc10c22077435326db14904d1a06408b.tar.bz2 |
document when version detection will not work
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/FindGnuplot.cmake | 2 | ||||
-rw-r--r-- | Modules/FindImageMagick.cmake | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/Modules/FindGnuplot.cmake b/Modules/FindGnuplot.cmake index 3e36e4b..b8dc3f4 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 52d575b..40760e5 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++ |