Fixed typo in doc/CMakeLists.txt line 58 "mesage" ==> "message"

This commit is contained in:
Craig Earls 2013-02-25 12:38:53 -07:00
parent 7a561f6b2e
commit 94ce2f0fdb

View file

@ -55,7 +55,7 @@ foreach(file ${info_files})
endif(BUILD_WEB_DOCS)
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()
add_custom_command(OUTPUT ${file_base}.pdf
COMMAND texi2pdf -b -q -o ${file_base}.pdf ${CMAKE_CURRENT_SOURCE_DIR}/${file}