CMake/Modules/FindGnuplot.cmake
2004-08-26 22:52:53 -04:00

22 lines
233 B
CMake

#
# this module looks for gnuplot
#
INCLUDE(FindCygwin)
FIND_PROGRAM(GNUPLOT
NAMES
gnuplot
pgnuplot
wgnupl32
PATH
${CYGWIN_INSTALL_PATH}/bin
/bin
/usr/bin
/usr/local/bin
/sbin
)
MARK_AS_ADVANCED(
GNUPLOT
)