diff options
| author | Lemures Lemniscati <lemures.lemniscati@gmail.com> | 2020-12-14 23:00:04 +0900 |
|---|---|---|
| committer | Lemures Lemniscati <lemures.lemniscati@gmail.com> | 2020-12-14 23:00:04 +0900 |
| commit | aaddbc7c07f00f0704da4db7616e6dc7448e5f07 (patch) | |
| tree | ed06a8f7200fe62de2b68f9a6e6d375d46bd3c95 | |
| parent | 98a4c5c3709e0cc43b0a1c151ed5bd85a2d607fa (diff) | |
Set ${OPENJPEG_INSTALL_DOC_DIR} to DESTINATION of HTMLs
Use ${OPENJPEG_INSTALL_DOC_DIR} as DESTINATION of HTML documents,
instead of share/doc.
| -rw-r--r-- | doc/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index d4f3ddbe..e4f9b37c 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -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() |
