Skip to content

Commit

Permalink
Doxygen.cmake: formatting message
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewMasarik-NOAA committed Jan 25, 2024
1 parent bad1af2 commit 7e6d271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Doxygen.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ function(Doxygen outDir)
doxygen_add_docs(doxygen
${CMAKE_CURRENT_SOURCE_DIR}/docs
COMMENT "Generate Doxygen HTML documenation")
message("Doxygen HTML index page: "
message("-- Doxygen HTML index page: "
${CMAKE_BINARY_DIR}/${outDir}/index.html)
endfunction()

0 comments on commit 7e6d271

Please sign in to comment.