Skip to content

Commit

Permalink
Avoid installing the build subfolder
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Feb 28, 2023
1 parent ba06c83 commit d0a06f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/podioDoxygen.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if(DOXYGEN_FOUND AND SPHINX_FOUND)
COMMENT "Building sphinx documentation" VERBATIM
)

install(DIRECTORY ${SPHINX_OUTPUT_DIRECTORY}
install(DIRECTORY ${SPHINX_OUTPUT_DIRECTORY}/
DESTINATION ${CMAKE_INSTALL_DOCDIR}
OPTIONAL)

Expand Down

0 comments on commit d0a06f1

Please sign in to comment.