mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
merge branch change into main tree
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
# LATEX_COMPILE = the full path to the LaTeX compiler
|
||||
# BIBTEX_COMPILE = the full path to the BibTeX compiler
|
||||
# DVIPDF_COMPILE = the full path to the DVIPDF converter
|
||||
# PS2PDF_COMPILE = the full path to the PS2PDF converter
|
||||
# DVIPS_COMPILE = the full path to the DVIPS converter
|
||||
# MAKEINDEX_COMPILE = the full path to the MakeIndex compiler
|
||||
#
|
||||
@@ -29,3 +30,7 @@ FIND_PROGRAM(MAKEINDEX_COMPILE
|
||||
NAMES makeindex
|
||||
)
|
||||
|
||||
FIND_PROGRAM(PS2PDF_COMPILE
|
||||
NAMES ps2pdf
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user