Skip to content

Commit

Permalink
Dont require doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
pfultz2 committed Sep 6, 2023
1 parent 7d069fb commit a83ffe0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions share/rocm/cmake/ROCMSphinxDoc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ function(rocm_add_sphinx_doc SRC_DIR)
endforeach()

if(PARSE_USES_DOXYGEN)
if(NOT DOXYGEN_EXECUTABLE)
message(FATAL_ERROR
"rocm_add_sphinx_doc has USES_DOXYGEN set but DOXYGEN_EXECUTABLE is set to ${DOXYGEN_EXECUTABLE}.")
endif()
set(USES_DOXYGEN -D "doxygen_executable=${DOXYGEN_EXECUTABLE}")
else()
set(USES_DOXYGEN)
Expand Down

0 comments on commit a83ffe0

Please sign in to comment.