Skip to content

Commit

Permalink
Make the documentation target depend on the necessary libs
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Jan 18, 2024
1 parent 1c62191 commit 7ab0e61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/podioDoxygen.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ if(DOXYGEN_FOUND AND SPHINX_FOUND)
${SPHINX_BUILD_EXECUTABLE} -M html
${CMAKE_SOURCE_DIR}/doc ${SPHINX_OUTPUT_DIRECTORY}
COMMENT "Building documentation" VERBATIM
DEPENDS podio::podio podio::podioRootIO
)

install(DIRECTORY ${SPHINX_OUTPUT_DIRECTORY}/
Expand Down

0 comments on commit 7ab0e61

Please sign in to comment.