Skip to content

Commit

Permalink
Doxygen.cmake: output to build dir. out-of-source ideal wins
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewMasarik-NOAA committed Jan 25, 2024
1 parent b182af9 commit 6f24840
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 @@ -12,5 +12,5 @@ function(Doxygen outDir)
doxygen_add_docs(doxygen
${CMAKE_CURRENT_SOURCE_DIR}/docs
COMMENT "Generate Doxygen HTML documenation"
COMMENT "Doxygen HTML output: ${CMAKE_CURRENT_SOURCE_DIR}/${outDir}")
COMMENT "Doxygen HTML output: ${CMAKE_BINARY_DIR}/${outDir}")
endfunction()

0 comments on commit 6f24840

Please sign in to comment.