2005-12-14 21:51:08 +03:00
|
|
|
# - this module looks for gnuplot
|
2002-02-05 02:41:47 +03:00
|
|
|
#
|
|
|
|
|
2004-08-27 06:52:53 +04:00
|
|
|
INCLUDE(FindCygwin)
|
2002-02-05 02:41:47 +03:00
|
|
|
|
|
|
|
FIND_PROGRAM(GNUPLOT
|
|
|
|
NAMES
|
|
|
|
gnuplot
|
|
|
|
pgnuplot
|
|
|
|
wgnupl32
|
|
|
|
PATH
|
|
|
|
${CYGWIN_INSTALL_PATH}/bin
|
|
|
|
/bin
|
|
|
|
/usr/bin
|
|
|
|
/usr/local/bin
|
|
|
|
/sbin
|
|
|
|
)
|
|
|
|
MARK_AS_ADVANCED(
|
|
|
|
GNUPLOT
|
|
|
|
)
|