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

[Merge][CMake] Merged revisions : 6621

Revision  r6621
.----------------------
Removed superfluous curly bracket.

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


[[Imported from SVN: r7163]]
parents 2781b4a3 2f07f657
No related branches found
No related tags found
No related merge requests found
......@@ -6,5 +6,5 @@ FILE(READ ${DOXYLOCAL} file_contents)
FILE(APPEND Doxyfile.in ${file_contents})
message("Generating Doxyfile")
FILE(READ Doxyfile.in file_contents)
STRING(CONFIGURE ${file_contents} output})
STRING(CONFIGURE ${file_contents} output)
FILE(WRITE Doxyfile ${output})
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