ENH: mark some vars as advanced (and resort the list)
[cmake.git] / Modules / FindGnuplot.cmake
blob943c8a418231eabd08dd9fa7e7ed4fcbfa323035
1
2 # this module looks for gnuplot
5 INCLUDE(${CMAKE_ROOT}/Modules/FindCygwin.cmake)
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