Skip to content

Commit

Permalink
Make fake CCCL target local
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Jul 23, 2024
1 parent 170bbd6 commit b4b7462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ if(USE_CUDA)
find_package(Thrust CONFIG REQUIRED)
find_package(CUB CONFIG REQUIRED)
find_package(libcudacxx CONFIG REQUIRED)
add_library(CCCL::CCCL INTERFACE IMPORTED GLOBAL)
add_library(CCCL::CCCL INTERFACE)
target_link_libraries(CCCL::CCCL INTERFACE Thrust::Thrust CUB::CUB libcudacxx::libcudacxx)
endif()
endif()
Expand Down

0 comments on commit b4b7462

Please sign in to comment.