Install LICENSE.md to DOCDIR
LICENSE.md should be installed to the DOCDIR, not /usr/libhsakmt
Change-Id: I2020547b3174b9d91c1f800d9db2d73f627a6ce3
Signed-off-by: Craig Andrews <candrews@integralblue.com>
Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>
[ROCm/ROCR-Runtime commit: 6c9a49076a]
This commit is contained in:
committed by
Felix Kuehling
parent
2883133015
commit
5e89b20d6d
@@ -156,7 +156,7 @@ add_custom_target ( package-dev DEPENDS build-dev
|
||||
|
||||
## Add the install directives for the runtime library.
|
||||
install ( TARGETS ${HSAKMT_TARGET} DESTINATION ${CMAKE_INSTALL_LIBDIR} )
|
||||
install ( FILES ${SOURCE_DIR}/LICENSE.md DESTINATION libhsakmt )
|
||||
install ( FILES ${SOURCE_DIR}/LICENSE.md DESTINATION ${CMAKE_INSTALL_DOCDIR} )
|
||||
|
||||
## Add the packaging directives for the runtime library.
|
||||
set ( CPACK_PACKAGE_NAME ${HSAKMT_PACKAGE} )
|
||||
|
||||
Reference in New Issue
Block a user