diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-12-28 19:05:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-28 19:05:14 +0100 |
| commit | 4980f46210f19bd2d83dffdfeb8496f29d68b9c9 (patch) | |
| tree | 50fc422cf8de3aa79ec7df99c6cfa59832afdc77 | |
| parent | 6c5acd4d656870882432ff28d4103de80d109a8d (diff) | |
| parent | aaddbc7c07f00f0704da4db7616e6dc7448e5f07 (diff) | |
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
| -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() |
