From fb1d32c15ce8622830bc77aacfc7b9260b77141b Mon Sep 17 00:00:00 2001 From: arvindcheru <90783369+arvindcheru@users.noreply.github.com> Date: Fri, 31 Oct 2025 23:21:22 -0400 Subject: [PATCH] SWDEV-530465 Update share/doc/ License Folder for hsa-rocr (#923) * SWDEV-530465 Update share/doc/ License Folder for hsa-rocr * Review Comments Updated - reverted to usage of DOCDIR --- projects/rocr-runtime/runtime/hsa-runtime/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/rocr-runtime/runtime/hsa-runtime/CMakeLists.txt b/projects/rocr-runtime/runtime/hsa-runtime/CMakeLists.txt index cd7e928dd7..a9237129b5 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/CMakeLists.txt +++ b/projects/rocr-runtime/runtime/hsa-runtime/CMakeLists.txt @@ -60,7 +60,7 @@ set ( CORE_RUNTIME_TARGET "${CORE_RUNTIME_NAME}" ) set ( CORE_RUNTIME_LIBRARY "lib${CORE_RUNTIME_TARGET}" ) ## Set project name -project( ${CORE_RUNTIME_TARGET} ) +project( hsa-rocr ) ## Utilty functions list ( APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules" ) @@ -416,7 +416,7 @@ install ( TARGETS ${CORE_RUNTIME_TARGET} # Install license if(ENABLE_ASAN_PACKAGING) - install ( FILES ${CMAKE_CURRENT_SOURCE_DIR}/LICENSE.md DESTINATION ${CMAKE_INSTALL_DOCDIR}-asan COMPONENT asan ) + install ( FILES ${CMAKE_CURRENT_SOURCE_DIR}/LICENSE.md DESTINATION ${CMAKE_INSTALL_DOCDIR}-asan COMPONENT asan ) endif() install ( FILES ${CMAKE_CURRENT_SOURCE_DIR}/LICENSE.md DESTINATION ${CMAKE_INSTALL_DOCDIR} COMPONENT binary )