mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 11:10:06 -05:00
Add module to find gnuplot
This commit is contained in:
@@ -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
|
||||
)
|
||||
Reference in New Issue
Block a user