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/FindGnuplot.cmake | |
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/FindGnuplot.cmake')
-rw-r--r-- | Modules/FindGnuplot.cmake | 2 |
1 files changed, 2 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. |