Skip to content

Commit

Permalink
Put doxygen in its own file, to be more different from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sebjameswml committed Nov 19, 2023
1 parent 0cf43ba commit b11ed9a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ if (BUILD_DOC)
find_package(Doxygen)
if(DOXYGEN_FOUND)
# set input and output files
set(DOXYGEN_IN ${CMAKE_CURRENT_SOURCE_DIR}/doc/Doxyfile.in)
set(DOXYGEN_IN ${CMAKE_CURRENT_SOURCE_DIR}/doxygen/Doxyfile.in)
set(DOXYGEN_OUT ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile)

# request to configure the file
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit b11ed9a

Please sign in to comment.