Fixed typo in doc/CMakeLists.txt line 58 "mesage" ==> "message"
This commit is contained in:
parent
7a561f6b2e
commit
94ce2f0fdb
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ foreach(file ${info_files})
|
||||||
endif(BUILD_WEB_DOCS)
|
endif(BUILD_WEB_DOCS)
|
||||||
|
|
||||||
if(NOT TEXI2PDF)
|
if(NOT TEXI2PDF)
|
||||||
mesage(WARNING "Could not find texi2pdf. PDF version of documentation will not be built.")
|
message(WARNING "Could not find texi2pdf. PDF version of documentation will not be built.")
|
||||||
else()
|
else()
|
||||||
add_custom_command(OUTPUT ${file_base}.pdf
|
add_custom_command(OUTPUT ${file_base}.pdf
|
||||||
COMMAND texi2pdf -b -q -o ${file_base}.pdf ${CMAKE_CURRENT_SOURCE_DIR}/${file}
|
COMMAND texi2pdf -b -q -o ${file_base}.pdf ${CMAKE_CURRENT_SOURCE_DIR}/${file}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue