From: Wolfgang Bangerth Date: Fri, 20 May 2022 01:52:53 +0000 (-0600) Subject: Properly indent a cmake command. X-Git-Tag: v9.4.0-rc1~193^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13761%2Fhead;p=dealii.git Properly indent a cmake command. --- diff --git a/doc/doxygen/tutorial/CMakeLists.txt b/doc/doxygen/tutorial/CMakeLists.txt index 8b96f00b7e..c6da5b3d42 100644 --- a/doc/doxygen/tutorial/CMakeLists.txt +++ b/doc/doxygen/tutorial/CMakeLists.txt @@ -155,8 +155,8 @@ FOREACH(_step ${_deal_ii_steps}) DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/${_step}.h ${CMAKE_CURRENT_BINARY_DIR}/${_step}.${_FILE_EXTENSION} - COMMENT - "Building doxygen input file for tutorial program <${_step}>" + COMMENT + "Building doxygen input file for tutorial program <${_step}>" ) ADD_DEPENDENCIES(tutorial tutorial_${_step}) ENDFOREACH()