We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33361b5 commit d797460Copy full SHA for d797460
libcudacxx/cmake/LibcudacxxPublicHeaderTestingHost.cmake
@@ -28,12 +28,6 @@ if (CCCL_USE_LIBCXX)
28
list(APPEND public_host_header_cxx_compile_options "-stdlib=libc++")
29
endif()
30
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
-
37
function(libcudacxx_create_public_header_test_host header_name headertest_src)
38
# Create the default target for that file
39
add_library(
0 commit comments