Skip to content

Commit c8b8415

Browse files
authored
[flang-rt] Install flang_rt.cuda with the toolchain. (#131373)
1 parent 5b2a881 commit c8b8415

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flang-rt/lib/cuda/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ add_flangrt_library(flang_rt.cuda STATIC SHARED
2323
OUTPUT_NAME "flang_rt.cuda_${CUDAToolkit_VERSION_MAJOR}"
2424
INCLUDE_DIRECTORIES
2525
PRIVATE ${CUDAToolkit_INCLUDE_DIRS}
26+
INSTALL_WITH_TOOLCHAIN
2627
)
2728

2829
# For the static library, link-in the static dependencies as well.

0 commit comments

Comments
 (0)