mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Convert builtin help to reStructuredText source files
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user