Skip to content

Commit

Permalink
Merge pull request #1307 from cygwin-lem/pr_use-OPENJPEG_INSTALL_DOC_…
Browse files Browse the repository at this point in the history
…DIR-to-DESTINATION-of-HTMLs

Set ${OPENJPEG_INSTALL_DOC_DIR} to DESTINATION of HTMLs
  • Loading branch information
rouault authored Dec 28, 2020
2 parents 6c5acd4 + aaddbc7 commit 4980f46
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 4980f46

Please sign in to comment.