From 814bda34b2b5b212beb07ab44b80b67567fe52ce Mon Sep 17 00:00:00 2001 From: Martin Valgur Date: Wed, 10 Jan 2024 20:57:01 +0200 Subject: [PATCH] Fix a typo in thrust-config.cmake (#1259) --- thrust/thrust/cmake/thrust-config.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thrust/thrust/cmake/thrust-config.cmake b/thrust/thrust/cmake/thrust-config.cmake index 0c2551a055..87dab9cc40 100644 --- a/thrust/thrust/cmake/thrust-config.cmake +++ b/thrust/thrust/cmake/thrust-config.cmake @@ -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}")