Skip to content

Commit 4980f46

Browse files
authored
Merge pull request #1307 from cygwin-lem/pr_use-OPENJPEG_INSTALL_DOC_DIR-to-DESTINATION-of-HTMLs
Set ${OPENJPEG_INSTALL_DOC_DIR} to DESTINATION of HTMLs
2 parents 6c5acd4 + aaddbc7 commit 4980f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ if(DOXYGEN_FOUND)
4444

4545
# install HTML documentation (install png files too):
4646
install(DIRECTORY ${CMAKE_BINARY_DIR}/doc/html
47-
DESTINATION share/doc
47+
DESTINATION ${OPENJPEG_INSTALL_DOC_DIR}
4848
PATTERN ".svn" EXCLUDE
4949
)
5050
else()

0 commit comments

Comments
 (0)