Skip to content

Commit

Permalink
Set ${OPENJPEG_INSTALL_DOC_DIR} to DESTINATION of HTMLs
Browse files Browse the repository at this point in the history
Use ${OPENJPEG_INSTALL_DOC_DIR} as DESTINATION of HTML documents,
instead of share/doc.
  • Loading branch information
lemniscati committed Dec 14, 2020
1 parent 98a4c5c commit aaddbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ if(DOXYGEN_FOUND)

# install HTML documentation (install png files too):
install(DIRECTORY ${CMAKE_BINARY_DIR}/doc/html
DESTINATION share/doc
DESTINATION ${OPENJPEG_INSTALL_DOC_DIR}
PATTERN ".svn" EXCLUDE
)
else()
Expand Down

0 comments on commit aaddbc7

Please sign in to comment.