Skip to content

Commit 63a8b44

Browse files
committed
Add FortranRuntime dependency
1 parent ead0ed6 commit 63a8b44

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

flang/runtime/CUDA/CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ add_flang_library(CufRuntime
1313
allocator.cpp
1414
)
1515
target_link_libraries(CufRuntime
16-
PRIVATE
17-
${CUDA_RUNTIME_LIBRARY}
16+
PRIVATE
17+
FortranRuntime
18+
${CUDA_RUNTIME_LIBRARY}
1819
)

0 commit comments

Comments
 (0)