Skip to content

Commit

Permalink
Fix a typo in thrust-config.cmake (#1259)
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur authored Jan 10, 2024
1 parent 2771c61 commit 814bda3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thrust/thrust/cmake/thrust-config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ function(thrust_debug_internal_targets)
thrust_debug_target(OpenMP::OpenMP_CXX "${THRUST_OMP_VERSION}")

_thrust_debug_backend_targets(TBB "${THRUST_TBB_VERSION}")
thrust_debug_target(TBB:tbb "${THRUST_TBB_VERSION}")
thrust_debug_target(TBB::tbb "${THRUST_TBB_VERSION}")

_thrust_debug_backend_targets(CUDA "CUB ${THRUST_CUB_VERSION}")
thrust_debug_target(CUB::CUB "${THRUST_CUB_VERSION}")
Expand Down

0 comments on commit 814bda3

Please sign in to comment.