Skip to content

Commit d797460

Browse files
authored
Update libcudacxx/cmake/LibcudacxxPublicHeaderTestingHost.cmake
1 parent 33361b5 commit d797460

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

libcudacxx/cmake/LibcudacxxPublicHeaderTestingHost.cmake

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ if (CCCL_USE_LIBCXX)
2828
list(APPEND public_host_header_cxx_compile_options "-stdlib=libc++")
2929
endif()
3030

31-
if ("NVHPC" STREQUAL "${CMAKE_CXX_COMPILER_ID}")
32-
set(cudart_name NVHPC::CUDART)
33-
else()
34-
set(cudart_name CUDA::cudart)
35-
endif()
36-
3731
function(libcudacxx_create_public_header_test_host header_name headertest_src)
3832
# Create the default target for that file
3933
add_library(

0 commit comments

Comments
 (0)