FindGnuplot¶
Finds the Gnuplot command-line graphing utility for generating two- and
three-dimensional plots (gnuplot).
Result Variables¶
This module sets the following variables:
Gnuplot_FOUNDBoolean indicating whether Gnuplot has been found. For backward compatibility, the
GNUPLOT_FOUNDvariable 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.
Cache Variables¶
The following cache variables may also be set:
GNUPLOT_EXECUTABLEAbsolute path to the
gnuplotexecutable.
Examples¶
Finding Gnuplot:
find_package(Gnuplot)