Add module to find gnuplot

This commit is contained in:
Sebastien Barre
2002-02-04 18:41:47 -05:00
parent 626251ddf0
commit 1362bb41c8
2 changed files with 22 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
#
# 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
)