diff options
Diffstat (limited to 'Modules/FindGnuplot.cmake')
-rw-r--r-- | Modules/FindGnuplot.cmake | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/Modules/FindGnuplot.cmake b/Modules/FindGnuplot.cmake index f2f9dd0..067604f 100644 --- a/Modules/FindGnuplot.cmake +++ b/Modules/FindGnuplot.cmake @@ -1,10 +1,20 @@ -# - this module looks for gnuplot +#.rst: +# FindGnuplot +# ----------- +# +# this module looks for gnuplot +# +# # # Once done this will define # -# GNUPLOT_FOUND - system has Gnuplot -# GNUPLOT_EXECUTABLE - the Gnuplot executable -# GNUPLOT_VERSION_STRING - the version of Gnuplot found (since CMake 2.8.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. |