Install HTML documentation to CMAKE_INSTALL_DOCDIR

This commit is contained in:
Andreas Sturmlechner 2018-11-02 22:20:38 +01:00 committed by Thomas Bracht Laumann Jespersen
parent 968471abe5
commit 1eb5a827dc
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ if(DOXYGEN_FOUND)
# install HTML documentation (install png files too):
install(DIRECTORY ${CMAKE_BINARY_DIR}/doc/html
DESTINATION ${OPENJPEG_INSTALL_DOC_DIR}
DESTINATION ${CMAKE_INSTALL_DOCDIR}
PATTERN ".svn" EXCLUDE
)
else()