]> https://gitweb.dealii.org/ - dealii.git/commitdiff
cleanup a confusing cmake doxygen message 10613/head
authorTimo Heister <timo.heister@gmail.com>
Fri, 26 Jun 2020 21:01:11 +0000 (17:01 -0400)
committerTimo Heister <timo.heister@gmail.com>
Tue, 7 Jul 2020 15:10:09 +0000 (11:10 -0400)
doc/doxygen/CMakeLists.txt

index ed628f8983ce35fccfdd2c15f781626d664febee..f5a7da73c63fc36feb416aff215a5e6b9f135b0f 100644 (file)
@@ -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")

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.