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 5b2a881 commit c8b8415Copy full SHA for c8b8415
flang-rt/lib/cuda/CMakeLists.txt
@@ -23,6 +23,7 @@ add_flangrt_library(flang_rt.cuda STATIC SHARED
23
OUTPUT_NAME "flang_rt.cuda_${CUDAToolkit_VERSION_MAJOR}"
24
INCLUDE_DIRECTORIES
25
PRIVATE ${CUDAToolkit_INCLUDE_DIRS}
26
+ INSTALL_WITH_TOOLCHAIN
27
)
28
29
# For the static library, link-in the static dependencies as well.
0 commit comments