From 7e010c577ae70a333de8b4eceedaa9a6ab7e7dec Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Fri, 15 Dec 2023 16:55:05 -0800 Subject: [PATCH] Fetch CCCL after rmm --- cpp/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index aebfacde9b7..fbfdb7f66df 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -183,10 +183,10 @@ rapids_cpm_init() include(cmake/thirdparty/get_jitify.cmake) # find nvCOMP include(cmake/thirdparty/get_nvcomp.cmake) -# find CCCL -include(cmake/thirdparty/get_cccl.cmake) # find rmm include(cmake/thirdparty/get_rmm.cmake) +# find CCCL +include(cmake/thirdparty/get_cccl.cmake) # find arrow include(cmake/thirdparty/get_arrow.cmake) # find dlpack