mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 16:32:14 -06:00
FindLATEX: Search for ps2pdf14 even on Windows (#15198)
When cross-compiling from Linux to Windows the tool on the host does not have a .bat extension.
This commit is contained in:
@@ -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}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user