Skip to content
Snippets Groups Projects
Commit 4484f6de authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[CMake] Fix typo in message.

parent c82bb55d
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ MACRO(dune_add_latex_document tex_file)
# add rule to create latex document
add_latex_document(${tex_file} ${ARGN} MANGLE_TARGET_NAMES)
else(LATEX_USABLE)
message(WARNING "Not adding rule to create ${file} as LaTEX is not usable!")
message(WARNING "Not adding rule to create ${file} as LaTeX is not usable!")
endif(LATEX_USABLE)
else(filevar)
# Check for the pdf file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment