Index: CMakeLists.txt =================================================================== --- CMakeLists.txt +++ CMakeLists.txt @@ -22,4 +22,7 @@ ${CLANG_OFFLOAD_BUNDLER_LIB_DEPS} ) -install(TARGETS clang-offload-bundler RUNTIME DESTINATION bin) +install(TARGETS clang-offload-bundler + COMPONENT clang-offload-bundler + RUNTIME DESTINATION bin + )