Skip to content

Commit

Permalink
[SYCL] Add component name to install targets of offload tools.
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Lazarev <vladimir.lazarev@intel.com>
  • Loading branch information
vladimirlaz committed Jan 22, 2019
1 parent 6ca8af6 commit 9be56d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clang/tools/clang-offload-bundler/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ target_link_libraries(clang-offload-bundler
${CLANG_OFFLOAD_BUNDLER_LIB_DEPS}
)

install(TARGETS clang-offload-bundler RUNTIME DESTINATION bin)
install(TARGETS clang-offload-bundler RUNTIME DESTINATION bin COMPONENT clang-offload-bundler)
2 changes: 1 addition & 1 deletion clang/tools/clang-offload-wrapper/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ target_link_libraries(clang-offload-wrapper
${CLANG_OFFLOAD_WRAPPER_LIB_DEPS}
)

install(TARGETS clang-offload-wrapper RUNTIME DESTINATION bin)
install(TARGETS clang-offload-wrapper RUNTIME DESTINATION bin COMPONENT clang-offload-wrapper)

0 comments on commit 9be56d5

Please sign in to comment.