Skip to content
Snippets Groups Projects
Commit 6d7458ec authored by Markus Blatt's avatar Markus Blatt
Browse files

[Merge][CMake] Merged revisions : 6688

Revision  r6688
.----------------------
We need to mangle the target names to allow multiple latex documents.

.----------------------


[[Imported from SVN: r7208]]
parents f5166a86 028a39ba
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@ if(NOT IMAGEMAGICK_CONVERT)
set(LATEX_USABLE)
endif(NOT IMAGEMAGICK_CONVERT)
if(LATEX_USABLE)
set(LATEX_MANGLE_TARGET_NAMES "ON" CACHE INTERNAL "Mangel target names to allow multiple latex documents")
include(UseLATEX)
endif(LATEX_USABLE)
......
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