CMake/Modules/FindGnuplot.cmake

22 lines
261 B
CMake
Raw Normal View History

2002-02-05 02:41:47 +03:00
#
# this module looks for gnuplot
#
INCLUDE(${CMAKE_ROOT}/Modules/FindCygwin.cmake)
FIND_PROGRAM(GNUPLOT
NAMES
gnuplot
pgnuplot
wgnupl32
PATH
${CYGWIN_INSTALL_PATH}/bin
/bin
/usr/bin
/usr/local/bin
/sbin
)
MARK_AS_ADVANCED(
GNUPLOT
)