We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca8af6 commit 9be56d5Copy full SHA for 9be56d5
clang/tools/clang-offload-bundler/CMakeLists.txt
@@ -22,4 +22,4 @@ target_link_libraries(clang-offload-bundler
22
${CLANG_OFFLOAD_BUNDLER_LIB_DEPS}
23
)
24
25
-install(TARGETS clang-offload-bundler RUNTIME DESTINATION bin)
+install(TARGETS clang-offload-bundler RUNTIME DESTINATION bin COMPONENT clang-offload-bundler)
clang/tools/clang-offload-wrapper/CMakeLists.txt
@@ -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 commit comments