From c75120b28cafbb9486716ff8594f25ac662e378f Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Sun, 10 Dec 2023 22:16:59 -0600 Subject: [PATCH] Fix name. --- cmake/thirdparty/get_cccl.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/thirdparty/get_cccl.cmake b/cmake/thirdparty/get_cccl.cmake index 3074f9ded..ca6a8654e 100644 --- a/cmake/thirdparty/get_cccl.cmake +++ b/cmake/thirdparty/get_cccl.cmake @@ -12,7 +12,7 @@ # the License. # ============================================================================= -# Use CPM to find or clone thrust +# Use CPM to find or clone CCCL function(find_and_configure_cccl) include(${rapids-cmake-dir}/cpm/cccl.cmake)