Skip to content
Snippets Groups Projects
Commit d7b54905 authored by Robert K's avatar Robert K
Browse files

[Cmake][bugfix] Allow to disable latex. Default behavior is the same as before.

parent b7fefc74
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ FIND_PACKAGE(LATEX)
FIND_PROGRAM(IMAGEMAGICK_CONVERT convert
DOC "The convert program that comes with ImageMagick (available at http://www.imagemagick.org)."
)
set(LATEX_USABLE "ON")
option(LATEX_USABLE "ON")
if(NOT LATEX_COMPILER)
message(WARNING " Need latex to create documentation!")
......
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