Skip to content

Commit 0fc5fd9

Browse files
authored
Update libcudacxx/cmake/LibcudacxxPublicHeaderTestingHost.cmake
1 parent d797460 commit 0fc5fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcudacxx/cmake/LibcudacxxPublicHeaderTestingHost.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function(
8080
)
8181
target_link_libraries(
8282
public_headers_host_only_with_ctk_${header_name}
83-
PUBLIC libcudacxx.compiler_interface cudart_name
83+
PUBLIC CUDA::cudart
8484
)
8585
add_dependencies(
8686
libcudacxx.test.public_headers_host_only_with_ctk

0 commit comments

Comments
 (0)