summaryrefslogtreecommitdiff
path: root/Modules/FindGnuplot.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/FindGnuplot.cmake')
-rw-r--r--Modules/FindGnuplot.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/FindGnuplot.cmake b/Modules/FindGnuplot.cmake
index b8dc3f49a6..d5730476d2 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