Skip to content

Commit

Permalink
Merge pull request #13761 from bangerth/indent-cmake
Browse files Browse the repository at this point in the history
Properly indent a cmake command.
  • Loading branch information
marcfehling committed May 20, 2022
2 parents 690b097 + b9d8698 commit 6a9cf59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/doxygen/tutorial/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit 6a9cf59

Please sign in to comment.