Merge topic 'FindLATEX-cross-compile-ps2pdf14'

63262434 FindLATEX: Search for ps2pdf14 even on Windows (#15198)
This commit is contained in:
Brad King 2014-10-08 10:48:10 -04:00 committed by CMake Topic Stage
commit 26a8b64f7d
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ find_program(DVIPDF_CONVERTER
if (WIN32)
find_program(PS2PDF_CONVERTER
NAMES ps2pdf14.bat ps2pdf
NAMES ps2pdf14.bat ps2pdf14 ps2pdf
PATHS ${GHOSTSCRIPT_LIBRARY_PATH}
${MIKTEX_BINARY_PATH}
)