cmake/FindGhostscript.cmake
changeset 520 97070bd10b98
parent 225 c5a40fc54f1a
     1.1 --- a/cmake/FindGhostscript.cmake	Fri Feb 20 20:43:13 2009 +0000
     1.2 +++ b/cmake/FindGhostscript.cmake	Wed Feb 04 09:39:06 2009 +0100
     1.3 @@ -3,7 +3,7 @@
     1.4  FIND_PROGRAM(GHOSTSCRIPT_EXECUTABLE
     1.5    NAMES gs gswin32c
     1.6    PATHS "$ENV{ProgramFiles}/gs"
     1.7 -  PATH_SUFFIXES gs8.61/bin gs8.62/bin
     1.8 +  PATH_SUFFIXES gs8.61/bin gs8.62/bin gs8.63/bin gs8.64/bin gs8.65/bin
     1.9    DOC "Ghostscript: PostScript and PDF language interpreter and previewer."
    1.10  )
    1.11