Skip to content

Commit

Permalink
Patched CMake Doxygen Target to work on GH Action runners (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
vprajapati-tt authored Jul 1, 2024
1 parent 9cdbbce commit be4672a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if (DOXYGEN_FOUND)
doxygen ${DOXYGEN_DIR}/doxygen.cfg
WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}"
DEPENDS
docs mlir-doc copy-docs-dir
mlir-headers docs mlir-doc copy-docs-dir
)
else()
message("Doxygen is required to build documentation")
Expand Down

0 comments on commit be4672a

Please sign in to comment.