From 16bf75ead63077a8e5be440047def769151a7a1c Mon Sep 17 00:00:00 2001 From: Robert Maynard Date: Wed, 6 Mar 2024 11:35:56 -0500 Subject: [PATCH] Ensure users of libraft find the CCCL package provied by librmm --- cpp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index 650bc1a059..cb81021200 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -179,8 +179,8 @@ rapids_cpm_init() if(NOT BUILD_CPU_ONLY) # CCCL before rmm/cuco so we get the right version of CCCL - include(cmake/thirdparty/get_cccl.cmake) include(cmake/thirdparty/get_rmm.cmake) + include(cmake/thirdparty/get_cccl.cmake) include(cmake/thirdparty/get_cutlass.cmake) include(${rapids-cmake-dir}/cpm/cuco.cmake)