Skip to content

Commit

Permalink
Revert "Make fake CCCL target local"
Browse files Browse the repository at this point in the history
This reverts commit b4b7462.
  • Loading branch information
hcho3 committed Jul 23, 2024
1 parent b4b7462 commit 27a1eb3
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)
add_library(CCCL::CCCL INTERFACE IMPORTED GLOBAL)
target_link_libraries(CCCL::CCCL INTERFACE Thrust::Thrust CUB::CUB libcudacxx::libcudacxx)
endif()
endif()
Expand Down

0 comments on commit 27a1eb3

Please sign in to comment.