Drop install of CHANGES and LICENSE

These files are not typically installed by the build system. Instead,
distributions may or may not manually add them to their packaging (wrt
standard licenses, it makes no sense to duplicate them all over the FS).

CHANGES has not existed since 2012.
This commit is contained in:
Andreas Sturmlechner 2018-11-03 00:52:33 +01:00 committed by Thomas Bracht Laumann Jespersen
parent 1eb5a827dc
commit d2f1071e60
1 changed files with 0 additions and 8 deletions

View File

@ -315,14 +315,6 @@ install( FILES ${OPENJPEG_BINARY_DIR}/OpenJPEGConfig.cmake
)
#-----------------------------------------------------------------------------
# install CHANGES and LICENSE
if(BUILD_DOC)
if(EXISTS ${OPENJPEG_SOURCE_DIR}/CHANGES)
install(FILES CHANGES DESTINATION ${CMAKE_INSTALL_DOCDIR})
endif()
install(FILES LICENSE DESTINATION ${CMAKE_INSTALL_DOCDIR})
endif()
include (cmake/OpenJPEGCPack.cmake)