Skip to content

Commit 9429259

Browse files
authored
Update License File install for ASAN (#21)
UT Fix - Update License File install for ASAN [ROCm/rocm-core commit: fad3566]
1 parent 075edc8 commit 9429259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/rocm-core/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ if(BUILD_SHARED_LIBS)
148148
# License file
149149
install ( FILES ${LICENSE_FILE}
150150
DESTINATION ${CMAKE_INSTALL_DOCDIR} RENAME LICENSE.txt
151-
COMPONENT CORE_RUNTIME)
151+
COMPONENT ${COMP_TYPE})
152152
else()
153153
install ( FILES ${BUILD_DIR}/version
154154
DESTINATION .info

0 commit comments

Comments
 (0)