repo.or.cz
/
cmake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
STYLE: Nightly Version update
[cmake.git]
/
Modules
/
FindGnuplot.cmake
blob
5a9bc28ebf29da7a6963b69b24a7ce1791e9f83d
1
#
2
# this module looks for gnuplot
3
#
4
5
INCLUDE(FindCygwin)
6
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
18
)
19
MARK_AS_ADVANCED(
20
GNUPLOT
21
)