Location: LEMON/LEMON-official/cmake/FindGhostscript.cmake - annotation

Load file history
gravatar
deba@inf.elte.hu
Correcting changeSource interface and documentation - The changeSource() and changeTarget() is renamed to changeU() and changeV() in undirected graphs - The changeSource(a, n) and changeTarget(a, n) is removed from undirected graphs - Correcting invalidating iterators in documentation
INCLUDE(FindPackageHandleStandardArgs)

FIND_PROGRAM(GHOSTSCRIPT_EXECUTABLE
  NAMES gs gswin32c
  PATHS "$ENV{ProgramFiles}/gs"
  PATH_SUFFIXES gs8.61/bin gs8.62/bin
  DOC "Ghostscript: PostScript and PDF language interpreter and previewer."
)

FIND_PACKAGE_HANDLE_STANDARD_ARGS(Ghostscript DEFAULT_MSG GHOSTSCRIPT_EXECUTABLE)