cmake/FindGhostscript.cmake
branch1.0
changeset 378 51c1d11cbde9
parent 225 c5a40fc54f1a
     1.1 --- a/cmake/FindGhostscript.cmake	Fri Feb 20 20:51:11 2009 +0000
     1.2 +++ b/cmake/FindGhostscript.cmake	Sun Feb 22 09:51:59 2009 +0000
     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