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

[CMake,LaTeX] Revert "Allow to disable latex."

Commit 4878943f actuall did change
the default behavior, it effectifly disabled LaTex for some users.
To disable LaTeX pass -DCMAKE_DISABLE_FIND_PACKAGE_LATEX=TRUE
parent 72404890
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)."
)
option(LATEX_USABLE "ON")
set(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