doxygen: cmake syntax fix

Remove superfluous closing brace in cmake file.

Change-Id: I95224f7a42007f6779a6d4950161e7208355edc6
This commit is contained in:
Hannes Weisbach
2016-07-15 13:31:36 +02:00
committed by Horst Schirmeier
parent 94a56c43c8
commit feb61ced7b

View File

@ -16,7 +16,7 @@ file(MAKE_DIRECTORY ${FAIL_DOC_OUTPUT})
# means, the path to your Fail* directory should not contain any blanks.
configure_file(${PROJECT_SOURCE_DIR}/cmake/Doxyfile.in
${PROJECT_BINARY_DIR}/Doxyfile @ONLY}
${PROJECT_BINARY_DIR}/Doxyfile @ONLY
)
## call make doc to generate documentation