diff options
Diffstat (limited to 'Modules/FindGnuplot.cmake')
-rw-r--r-- | Modules/FindGnuplot.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/FindGnuplot.cmake b/Modules/FindGnuplot.cmake index b8dc3f4..d573047 100644 --- a/Modules/FindGnuplot.cmake +++ b/Modules/FindGnuplot.cmake @@ -24,7 +24,7 @@ INCLUDE(FindCygwin) FIND_PROGRAM(GNUPLOT_EXECUTABLE - NAMES + NAMES gnuplot pgnuplot wgnupl32 @@ -46,7 +46,7 @@ ENDIF() # for compatibility SET(GNUPLOT ${GNUPLOT_EXECUTABLE}) -# handle the QUIETLY and REQUIRED arguments and set GNUPLOT_FOUND to TRUE if +# handle the QUIETLY and REQUIRED arguments and set GNUPLOT_FOUND to TRUE if # all listed variables are TRUE INCLUDE(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake) FIND_PACKAGE_HANDLE_STANDARD_ARGS(Gnuplot |