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
parent e538de9251
commit 450097f2bf
1 changed files with 0 additions and 8 deletions

View File

@ -311,14 +311,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)