From 39376bef64285425dd67b97ec5e82b5143e6ce0c Mon Sep 17 00:00:00 2001 From: Robert Maynard Date: Wed, 7 Dec 2022 15:46:55 -0500 Subject: [PATCH] Update rapids-cmake/cuda/patch_toolkit.cmake Co-authored-by: Bradley Dice --- rapids-cmake/cuda/patch_toolkit.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rapids-cmake/cuda/patch_toolkit.cmake b/rapids-cmake/cuda/patch_toolkit.cmake index 0746302d..481ec5f5 100644 --- a/rapids-cmake/cuda/patch_toolkit.cmake +++ b/rapids-cmake/cuda/patch_toolkit.cmake @@ -32,7 +32,7 @@ of cublas and cusolver targets are incorrect. This module must be called from the same CMakeLists.txt as the first `find_project(CUDAToolkit)` to patch the targets. -For all version of Cmake the dependencies of cusparse are incorrect. +For all versions of CMake, the dependencies of cusparse are incorrect. .. note:: :cmake:command:`rapids_cpm_find` will automatically call this module when asked to find the CUDAToolkit.