Finds the Gnuplot command-line graphing utility for generating two- and
three-dimensional plots (gnuplot).
This module sets the following variables:
Gnuplot_FOUNDBoolean indicating whether Gnuplot has been found. For backward
compatibility, the GNUPLOT_FOUND variable is also set to the same value.
GNUPLOT_VERSION_STRINGThe version of Gnuplot found.
Note
Version detection is available only for Gnuplot 4 and later. Earlier versions did not provide version output.
The following cache variables may also be set:
GNUPLOT_EXECUTABLEAbsolute path to the gnuplot executable.
Finding Gnuplot:
find_package(Gnuplot)