STYLE: Nightly Version update
[cmake.git] / Modules / FindGnuplot.cmake
blob5a9bc28ebf29da7a6963b69b24a7ce1791e9f83d
1
2 # this module looks for gnuplot
5 INCLUDE(FindCygwin)
7 FIND_PROGRAM(GNUPLOT
8   NAMES 
9   gnuplot
10   pgnuplot
11   wgnupl32
12   PATH
13   ${CYGWIN_INSTALL_PATH}/bin
14   /bin
15   /usr/bin 
16   /usr/local/bin
17   /sbin
19 MARK_AS_ADVANCED(
20   GNUPLOT