summaryrefslogtreecommitdiff
path: root/Modules/FindGnuplot.cmake
diff options
context:
space:
mode:
authorRolf Eike Beer <eike@sf-mail.de>2012-02-29 18:46:47 +0100
committerRolf Eike Beer <eike@sf-mail.de>2012-02-29 18:46:47 +0100
commit95f50940cc10c22077435326db14904d1a06408b (patch)
tree20fe0b7b7d432878e55b35b774f1e0a080096f00 /Modules/FindGnuplot.cmake
parent4fd479816da0a0ff21c6634ea7c82ff27b321b85 (diff)
downloadcmake-95f50940cc10c22077435326db14904d1a06408b.tar.gz
document when version detection will not work
Diffstat (limited to 'Modules/FindGnuplot.cmake')
-rw-r--r--Modules/FindGnuplot.cmake2
1 files changed, 2 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.