Removed additional '}' in docs CMake

Signed-off-by: Fabian Sauter <sauter.fabian@mailbox.org>
This commit is contained in:
Fabian Sauter 2022-07-22 15:41:40 +02:00
parent 0ab3509437
commit ca2744f4f1

View file

@ -28,7 +28,7 @@ set(SPHINX_BUILD
set(CODECOV_DOCS_DIR
${SPHINX_BUILD}/codecov/)
set(CODECOV_DOCS_INDEX_FILE
${CODECOV_DOCS_DIR}/index.html})
${CODECOV_DOCS_DIR}/index.html)
# Perform replacement with cmake vars inside Doxifine.in
configure_file(${DOXYFILE_IN} ${DOXYFILE_OUT} @ONLY)