From: Timo Heister Date: Fri, 26 Jun 2020 21:01:11 +0000 (-0400) Subject: cleanup a confusing cmake doxygen message X-Git-Tag: v9.3.0-rc1~1325^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10613%2Fhead;p=dealii.git cleanup a confusing cmake doxygen message --- diff --git a/doc/doxygen/CMakeLists.txt b/doc/doxygen/CMakeLists.txt index ed628f8983..f5a7da73c6 100644 --- a/doc/doxygen/CMakeLists.txt +++ b/doc/doxygen/CMakeLists.txt @@ -88,6 +88,8 @@ ENDIF() # To get at this, find all of the .inst.in files, strip all but the # directory name under $CMAKE_SOURCE_DIR/source, and then prepend # the build directory to it +# +# See options.dox.in where ${_inst_in_dirs} is later added to INCLUDE_PATH. FILE(GLOB _inst_in_files "${CMAKE_SOURCE_DIR}/source/*/*.inst.in") STRING(REPLACE "${CMAKE_SOURCE_DIR}/source/" "" _inst_in_dirs_x "${_inst_in_files}") @@ -98,8 +100,7 @@ FOREACH (_dir ${_inst_in_dirs_y}) SET(_inst_in_dirs "${_inst_in_dirs} ${CMAKE_BINARY_DIR}/source/${_dir}") ENDFOREACH() -MESSAGE(STATUS "translated this into") -MESSAGE(STATUS "found ${_inst_in_dirs}") +MESSAGE(STATUS "Additional doxygen include paths: ${_inst_in_dirs}") # make sure doxygen sees the extra.sty stylefile: SET(_extra_packages "${CMAKE_CURRENT_SOURCE_DIR}/extra")